Not sure how to fix this ... I need to reference a control value from a parameter query ... as pointed out in a previous thread a query does not know how to use the "me" option so it either needs an absolute reference or a getvariable function call.
I have a Main Form with a Tab Control that has 10 tabs ... each tab has a subform with embedded controls
I successfully completed my tab 0 subform queries using the following reference;
Forms!<MainFormName>!<SubFormName>.Form!<ControlName>
Hoewever when I use this same code with the subform on tab 1 the reference is no longer being found at run time
I suspect the tab conrol container needs to be told to look for the subform on another tab ... syntax anyone?
I think my confusion is who owns the subform ... is it the form or the tab control?
I have a Main Form with a Tab Control that has 10 tabs ... each tab has a subform with embedded controls
I successfully completed my tab 0 subform queries using the following reference;
Forms!<MainFormName>!<SubFormName>.Form!<ControlName>
Hoewever when I use this same code with the subform on tab 1 the reference is no longer being found at run time
I suspect the tab conrol container needs to be told to look for the subform on another tab ... syntax anyone?
I think my confusion is who owns the subform ... is it the form or the tab control?