Printing reports

  • Thread starter Thread starter wthoffman
  • Start date Start date
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
 
In the command to open each Report, pass a "where" clause with the
primary key of the current record.

HTH
 
Back
Top