Can you call a calculated unbound Subform from field from Subform 1 to another unbound Subform field in Subform 2?
I have 1 mainform and 2 subforms
I can get the field to show on my mainform from Subform 1but not my 2nd subform.
=[overview subform].[Form]![Text103] < works on main form but not my 2nd subform
=[Forms]![Overview mainform]![overview subform].[Form]![Text103] <does not work on my 2nd subform.
Hope that wasn't too confusing, thanks for your time and help.