Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macros, Queries, Parameters

Status
Not open for further replies.
Jul 20, 2001
1,153
US
We've got a month end routine that prints a bunch of reports. I just modified the reports to take input parameters (Start Date, End Date). Can I pass an argument to the parameter via a Macro ? Tyrone Lumley
augerinn@gte.net
 
Create a form with 2 text boxes and a button.

If your form is called form1 and your text boxes are called text1 and text2 then place the following in the query for each report:

Start_Date End_Date
forms!form1!text1 forms!form1!text2

Hope this makes sense,

Nick

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top