I read a thread about referring to a control on a Subform with the following format.
How to work on opposite way, referring to a control on a Mainform from SubForm?
I tried using the same format, except using Mainform control name inside the last bracket, but it doesn’t work.
Thanks.
Code:
Forms![Your Main Form Name]![Subform Name].Form![Subform control name]
I tried using the same format, except using Mainform control name inside the last bracket, but it doesn’t work.
Thanks.
Comment