multi-select

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to use a common form to multi-select "program name" then
different reports or queries?

Thanks
 
You shouldn't need to select queries. Your reports should be based on
queries. Build a Switchboard or Custom Menu that opens the report you want.
In the On Open event of the report, programatically open a pop-up form to
select/enter the program name.
 
Back
Top