G
Guest
I am trying to extend a line of VBA to print two copies of a report - the code first includes a where conditio
DoCmd.OpenReport stDocName, acViewPreview, , "JobCode=Forms!tblJob!JobCode" ... and this works fine, the report opens on the correct job code. The next step is to get two copies of the report output - I can't do this; any ideas?
Eddie
DoCmd.OpenReport stDocName, acViewPreview, , "JobCode=Forms!tblJob!JobCode" ... and this works fine, the report opens on the correct job code. The next step is to get two copies of the report output - I can't do this; any ideas?
Eddie