Polyphonica
Programmer
Hi,
Is there a way that I can specify the amount of copies to print of a report from within Access? I need the user to just be able to click a button and then Access prints the report in duplicate.
I currently have the code:
DoCmd.OpenReport stdocname, acnormal
where stdocname is specified on the previous line.
Thanks in advance!
PS: I don't mind if it doesn't involve VBA, as long as it works!
Is there a way that I can specify the amount of copies to print of a report from within Access? I need the user to just be able to click a button and then Access prints the report in duplicate.
I currently have the code:
DoCmd.OpenReport stdocname, acnormal
where stdocname is specified on the previous line.
Thanks in advance!
PS: I don't mind if it doesn't involve VBA, as long as it works!