View Full Version : code to print 2 copies of 1 form


nicktheblue
10-26-2001, 06:01 AM
Hello all, just a quickie...
I have a command button on a report which prints off the form that corresponds to the order ID on said report using the 'Me' command. Is there an argument I can add to the code which will make Access print 2 copies of said report (handy for delivery notes etc.!)?

Thanks in advance,

Nick

SteveA
10-26-2001, 09:06 AM
I haven't used this but there is a PrtDevMode feature that Access supports that will allow you to set these type of parameters. You might want to check it out in Access Help and search the forum. I have seen this feature mentioned a couple of times.

Cheers,
SteveA

Rich
10-26-2001, 11:24 AM
DoCmd.OpenReport "ReportName", acNormal, "2"