I'm trying to reference a form control from a query. The control is on a subform that is on a tab. I can't get the reference correct. I'm exhausted from the iterations. I'm looking for anyone that can tell me how to reference it, given MainForm, TabPage, SubForm, and Control. For example, is it:
Forms![MainForm]![TabPage].[SubForm]!Control?
Please help, I really appreciate it!
Forms![MainForm]![TabPage].[SubForm]!Control?
Please help, I really appreciate it!