TMSBrad
04-20-2010, 08:29 AM
I have searched the web for an answer, but I think my search terms are too generic to produce any valid results.
How can I place a field for "copy number" in a page header?
HiTechCoach
04-20-2010, 02:40 PM
I have searched the web for an answer, but I think my search terms are too generic to produce any valid results.
How can I place a field for "copy number" in a page header?
There is not a built in property for copy number, like for example page number
You will need to create a mechanism for generating the copy number.
How are you printing the multiple copies?
TMSBrad
04-26-2010, 07:51 AM
I'm not set on any specific way of printing multiple copies, whether it be an Access form, Message Box, or through the Print dialog box.
HiTechCoach
04-26-2010, 08:33 AM
I'm not set on any specific way of printing multiple copies, whether it be an Access form, Message Box, or through the Print dialog box.
You will NOT be able to use the print dialog or any other method that uses the print spooler to print one print job multiple times.
You will have to use some way ( I use VBA ) to print a report multiple times. This way each time the report prints it can print a different copy number or description.