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!

Print qty using field value

Status
Not open for further replies.

Peterout

Technical User
Nov 23, 2000
20
0
0
CA
I have a database which contains a field with a numeric value for indicating how many tags need to printed. I have setup a report using the database.

Is there a way that I can use the value, i.e. 3, to print the report 3 times. In other words can I use the qty required and somehow tell Access to print that qty of tags?

Thanks

Peter
 
You can use the DoCmd.Printout method.
It has a numerical parameter
for the number of copies of a report/form you'd like to print.

hilbertl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top