Printing Reports with Parameter

  • Thread starter Thread starter tiak
  • Start date Start date
T

tiak

Guest
I want to include a "print all" button for my reports. All reports are built on the same parameter query. The parameter is asked for each report which is fair enough except that I only enter the one criteria for all reports. Is there a way I can do this once and have all reports print out.
Thanks in advance.
 
Instead of having the users enter a parameter for each query, set up a field on your form that the users can use to type in the data. The query needs to be changed to point to this field.

Once that's working, add a new button to print all the reports. If your not a VBA whiz kid, just put a new button on the form that prints one report. Then use cut-and-paste-and-type to add the other reports to that same button.

[This message has been edited by Chris RR (edited 08-07-2001).]
 

Users who are viewing this thread

Back
Top Bottom