G
Guest
I wanted to know:
If i've got a button (in a form) which when clicked, runs a report, but this report can be 'called' from other Forms,
How do I in the report, access values from a calling Form without directly using the form name (because that will change)?
I tried Form.Parent![variable], but that i think only works for Subforms.
-TIA
If i've got a button (in a form) which when clicked, runs a report, but this report can be 'called' from other Forms,
How do I in the report, access values from a calling Form without directly using the form name (because that will change)?
I tried Form.Parent![variable], but that i think only works for Subforms.
-TIA