I have a form and it has a subform attached. I want to use a macro to move my cursor from my main's form field ( text box ) to a field ( textbox) in the subform.
I want to use GoToControl function to execute it, the question is how to refer to the subform field ? I have already written like this :
[DetailPayment Subform].Form![ProductID]
where [ProductID] was the name of the subform's textbox that I wanted to refer to. But it didn't work.
Thanks for your help...
I want to use GoToControl function to execute it, the question is how to refer to the subform field ? I have already written like this :
[DetailPayment Subform].Form![ProductID]
where [ProductID] was the name of the subform's textbox that I wanted to refer to. But it didn't work.
Thanks for your help...