Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing Reports

Status
Not open for further replies.

kmaustin

IS-IT--Management
Nov 11, 2002
2
GB
I have a report which shows the details of one purchase order per page. However when i print, every purchase order report is printed as oppose to the one i need to print to be faxed to supplier. How can i print just the one page i am looking at? (without stating the page number in the print dialoguye box)
 
The easiest way is to create a query that contains the records of the PO you want to print, then set your report to use the query (instead of the table) as it's record source. Under the criteria field, put something like [Enter P O Number] (or whatever field you're using to filter your results.

The user will see that prompt, and they can enter the criteria.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top