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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Report Parameters

Status
Not open for further replies.

Tekhelpnet

Technical User
Joined
Oct 9, 2007
Messages
63
Location
US
One more question.
What is the most officient way to have parameters to run Access Report?
I am building form with buttins with Reports names.
Parameters will be like ALL, UseID, Job# etc.
So should I use formulas or something else?
 
Formulas? Can't say I know what you mean.

As far a performance is concerned, I would put controls on the form and have the queries use them as parameters.

Although it may be easier from a coding stand point to pass the criteria when you use docmd.openreport
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top