Printing reports

J

John

Hi,
I have a problem with report printing. When i have selected an item, lets
say a book with multiple history, its hows multiple reports. How can i
print only the report on screen ie. report 5 of 10.

The report data is stored in a table and retrieved by a query searching on a
serial no.
This is obviously why there are multiple records shown, but how do i
show/print only the most recent record.
When the report is shown i have a customised menu with a print buton to
print out the record(s).



Kind Regards

John
 
G

Guest

In the macro called to print the report, use the where clause to point to
your form's fields to create the criteria,

This can be done also with VB using the docmd.openreport action
 

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

Top