G
Guest
Is there a way to reference public variables in queries? Right now, I create
an invisible unbound control on the form, assign its value to the value of
the public variable, then reference the control in the query:
[Forms]![FormName]![ControlName]. It would be so much easier to avoid all the
code and just use [PublicVariableName] in my query.
Any better methodolgies?
an invisible unbound control on the form, assign its value to the value of
the public variable, then reference the control in the query:
[Forms]![FormName]![ControlName]. It would be so much easier to avoid all the
code and just use [PublicVariableName] in my query.
Any better methodolgies?