G
Guest
Hi,
I have a couple of main forms that call the same secondary form. I'm using OpenArgs to find out which main form called the secondary form. I want to update fields on the primary form from the secondary form. I need to refer to a control on my primary form but the name on the secondary form needs to be dynamically generated.
Right now I have something like
Forms!OpenArgs![MYCONTROL] = queryValue
How can I make this work?
Thanks.
I have a couple of main forms that call the same secondary form. I'm using OpenArgs to find out which main form called the secondary form. I want to update fields on the primary form from the secondary form. I need to refer to a control on my primary form but the name on the secondary form needs to be dynamically generated.
Right now I have something like
Forms!OpenArgs![MYCONTROL] = queryValue
How can I make this work?
Thanks.