Print command to print multiple pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I create a command to print 7 pages of the same form? Or a command
asking how many pages to print.

Please Help ! ! !
 
Most users realize fairly quickly that it's best to create a report to print
the output. This article explains how to print multiple copies of a record,
based on a field in the record:
Printing a Quantity of a Label
at:
http://allenbrowne.com/ser-39.html

If you want to user to supply the quantity, you could follow the steps in
the article, but use a parameter in the query. For example, type:
<= [How Many?]
in your query under the Quantity field.
Access will then pop up a parameter box at run time.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

message
news:[email protected]...
 
Back
Top