G
Guest
I have a query requiring parameter to generate report
Instead of using pop-up input box, I wish to use control field in 3 forms (e.g. [ID_no]) to pass the parameter to the query
Since the parameter may come from different forms, I cannot use the following to pass on the parameter value
[forms]![formName]![ControlName
Is there any other method to pass the parameter value to query, such as using VBA
Thank you very much for your help.
Instead of using pop-up input box, I wish to use control field in 3 forms (e.g. [ID_no]) to pass the parameter to the query
Since the parameter may come from different forms, I cannot use the following to pass on the parameter value
[forms]![formName]![ControlName
Is there any other method to pass the parameter value to query, such as using VBA
Thank you very much for your help.