Hi all,
I would like to have a textbox on a form where the user can enter the number of reports to print. I have a button which prints the report, created by the wizard, which has the following code:
Dim stDocName As String
stDocName = "PickTticket"
DoCmd.OpenReport stDocName, acNormal
How can I set the number of reports to print?
Thanks.
Steve
I would like to have a textbox on a form where the user can enter the number of reports to print. I have a button which prints the report, created by the wizard, which has the following code:
Dim stDocName As String
stDocName = "PickTticket"
DoCmd.OpenReport stDocName, acNormal
How can I set the number of reports to print?
Thanks.
Steve