C
chris1 via AccessMonster.com
I have a 3 forms, MainForm, SubForm1 and SubForm2. From SubForm2, I would
like to refer to a control on SubForm1 through VBA. I have the following
syntax:
Forms![MainForm]![SubForm1]![ControlName].Value
Could someone please provide me the correct syntax. Thank you in advance!
like to refer to a control on SubForm1 through VBA. I have the following
syntax:
Forms![MainForm]![SubForm1]![ControlName].Value
Could someone please provide me the correct syntax. Thank you in advance!