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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Print only one record

Status
Not open for further replies.

oriver

Technical User
Sep 27, 2001
1
US
After entering information in a form, I want to print a report of only that record not all the records within the database by using a command button.

Any help!
 
HI There:

Create a query containing all the fields on the form and enter the unique field data in the criteria section. Then generate a report based on the query. Use the query to segregate out the data you want and change it every time you want to run a different report.

Beth
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top