J
John B. Smotherman
I have a form with a couple of listboxes. The rowsource for the listboxes is
two queries that I build the SQL for in the form's module. I'd like to create
a report that also uses the same queries. Keeping in mind that the SQL for
these two could be rather lengthy, is there an easy way to share the queries
between the form and the report? I've thought about using openargs in the
DoCmd.OpenReport call, but is there a better way?
Thanks!
two queries that I build the SQL for in the form's module. I'd like to create
a report that also uses the same queries. Keeping in mind that the SQL for
these two could be rather lengthy, is there an easy way to share the queries
between the form and the report? I've thought about using openargs in the
DoCmd.OpenReport call, but is there a better way?
Thanks!