View Full Version : Print Multiple Copies of a Report


pcdummy
09-09-2001, 06:00 PM
How can I set up a Text Box or Combo Box That lets a user determine the number of copies of a report printed from a and a command button.

Example: On a form I have a lable that refers to "Report A" I have a comman button that allows a user to directly print the current record in Report A.. However, I need a user entry point that determines the number of copies printed...

I WOULD RATHER NOT HAVE THE STANDARD PRINT DIALOGUE BOX VIEWED..

Thanks in advance..

Jeff

pcs
09-09-2001, 06:38 PM
check help for:

OpenReport Method
PrintOut Method

hth,
al