D
DT
I need to know how to correctly identify the
field of a subform that is on a tab of a form.
I have tried:
Forms![formname]![subformname].form![controlname] ; didn't work
forms![mainform]![subformcontrol].form![controlname] ; didn't work
forms![mainform]![subformcontrol].form![nestedcontrol].form![control] ;
didn't work
forms![mainform]![subform].form![controlname] ; didn't work
All I am trying to do is find a record in the dbs, pull a particular field
value (which works since debug shows me the value correctly) and load it into
an unbound field on a subform that is on a tab page of a form.
I know that I must be close the the correct syntax. I feel like I have
tried everything but what works.
DT
field of a subform that is on a tab of a form.
I have tried:
Forms![formname]![subformname].form![controlname] ; didn't work
forms![mainform]![subformcontrol].form![controlname] ; didn't work
forms![mainform]![subformcontrol].form![nestedcontrol].form![control] ;
didn't work
forms![mainform]![subform].form![controlname] ; didn't work
All I am trying to do is find a record in the dbs, pull a particular field
value (which works since debug shows me the value correctly) and load it into
an unbound field on a subform that is on a tab page of a form.
I know that I must be close the the correct syntax. I feel like I have
tried everything but what works.
DT