Printing reports

W

wthoffman

Based on queries I have several reports that need to be printed based on a
record in a table. How do I select one record and print the related reports.
There are 4 tables and 7 queries that generate reports. Thank you
 
L

Larry Daugherty

In the command to open each Report, pass a "where" clause with the
primary key of the current record.

HTH
 
Top