G
gary
I have the following code on a Print button:
DoCmd.OpenReport stDocName, acViewPreview
DoCmd.PrintOut
DoCmd.close acReport, stDocName, acSaveNo
I also have a field where I want the user to input the
number of copies they want.
How do I then make the code print the number of copies
that is shown in field "copiestoprint"
Thanks very much.
I feel like this is simple but I have been stumped.
Gary.
DoCmd.OpenReport stDocName, acViewPreview
DoCmd.PrintOut
DoCmd.close acReport, stDocName, acSaveNo
I also have a field where I want the user to input the
number of copies they want.
How do I then make the code print the number of copies
that is shown in field "copiestoprint"
Thanks very much.
I feel like this is simple but I have been stumped.
Gary.