I have a form with a subform.
I need to add a control button in that form .
This button has to pick the data from one specific field in the subform and put it into a variable.
I can do this when the field is in the form and do something like this:
Dim x as var
x=[Form]![FormName]![MyField]
...but from the subform, I don't know how to code it.
Thanks for your answers!
I need to add a control button in that form .
This button has to pick the data from one specific field in the subform and put it into a variable.
I can do this when the field is in the form and do something like this:
Dim x as var
x=[Form]![FormName]![MyField]
...but from the subform, I don't know how to code it.
Thanks for your answers!