Printing multiple reports for 1 control

  • Thread starter Thread starter Erin
  • Start date Start date
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top