What is the code in the main Form please.
I want to change the Row Source of a field in a sub-form of a sub-form (of the main form)?
Thanks in advance.
A field doesn't have "Row Source". Charts, combo boxes, and list boxes have Row Sources. You can generically reference a control on a sub-subform with syntax like:
Me.sfrm1CtrlName.Form!sfrm2CtrlName.Form!ControlOnLastSubform
There might be a difference between your subform control name and its source object.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.