Printing multiple reports for 1 control

E

Erin

I want to be able to print 3 different reports from the
route number of my table. All tables, forms, relationships
and reports are created. I only need to know how toL: be
able to enter the route number and on execution: open and
print the reports pertaining to that number.
 
H

HSalim

Erin,
Create a form with a text box - say txtRouteNumber and a command button
When you add the command button a wizard will walk you through printing a
report with a filter.

You can then copy that code and add it for the additional reports that you
want to run.

HS
 
Top