multi-select

J

jim

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

Thanks
 
P

PC Datasheet

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.
 
Top