Hi
I have a form (nameform) with two subform (subform A)(subform B) based on two different queries.
All is fine when run it.
I'm tryng to open "nameform" from another form (FormPrincipale).
To do that I'm using macro command on a button click event with WHERE Condition is ="[ID]=" & [ID].
The form (nameform) opens but I can't get any data on both subforms.
How can I open "nameform" showing the both subforms diplaying results?
Thanks
I have a form (nameform) with two subform (subform A)(subform B) based on two different queries.
All is fine when run it.
I'm tryng to open "nameform" from another form (FormPrincipale).
To do that I'm using macro command on a button click event with WHERE Condition is ="[ID]=" & [ID].
The form (nameform) opens but I can't get any data on both subforms.
How can I open "nameform" showing the both subforms diplaying results?
Thanks