L LynnaM Registered User. Local time Today, 13:16 Joined May 11, 2001 Messages 19 May 11, 2001 #1 I am using this code DoCmd.OpenReport stDocName, acPreview, , "ID = " & frmID to print the current form that is being viewed but I want to possibly print several copies of this report, how would I write the coding for this?
I am using this code DoCmd.OpenReport stDocName, acPreview, , "ID = " & frmID to print the current form that is being viewed but I want to possibly print several copies of this report, how would I write the coding for this?
D D B Lawson Guest May 12, 2001 #2 This article should help: http://support.microsoft.com/support/kb/articles/Q200/5/48.asp Dawn
DH Registered User. Local time Today, 13:16 Joined Jun 11, 2000 Messages 21 May 12, 2001 #3 This link shows how to print a certain number of reports although it would need adding to if filtering. http://www.athree.com/cgi-bin/discussion/showthreaded.pl?Cat=&Board=access_97&Number=59518&page=&view=&sb=&vc=1#Post59518 David [This message has been edited by DH (edited 05-12-2001).]
This link shows how to print a certain number of reports although it would need adding to if filtering. http://www.athree.com/cgi-bin/discussion/showthreaded.pl?Cat=&Board=access_97&Number=59518&page=&view=&sb=&vc=1#Post59518 David [This message has been edited by DH (edited 05-12-2001).]