Multiple Parameter Entry! HELP!

  • Thread starter Thread starter eskimododd
  • Start date Start date
E

eskimododd

Guest
I have written a Macro which uses the Output to function to export six queries to Excel. Each query has a 'Between' question for dates. At present I have to enter the start date and end date for each query which are all the same. How do I just enter the date once for all 6 queries?

Thanks!

MATT
 
Create a form with text controls where you enter this information. Have your queries reference these controls rather than asking for the info each time.

--Forming Mac
 
Cool Thanks - Will try it now.
 
That works! Just used the Command Button for the first time in a form to trigger the Macro.

Thanks alot! Major learning for me today!!

MATT
 

Users who are viewing this thread

Back
Top Bottom