I've created a database to print "package labels" based on a input form for sales orders. The operator decides which sales order line to print labels for then clicks the "Labels" button. A dialog box prompts them for number of packages. They input the quantity, i.e. 5 packages. I want the labels to have fields on it that say:
Pkg 1 of 5, 2 of 5, 3 of 5, etc. with 5 of 5 being the last one. All other fields are identical to the 1st one.
They are printing 5 copies of the same report, not 1 copy of a 5 page report.
I'm new with code so I'm struggling. Please forgive my ignorance. We're using Access2000, 2003 and 2007 on multiple work stations. I could do it with SetValue in a print macro but SetValue is no longer in Access2007 and SetTempVars are not in Access2000.
Any help or pointers will be greatly appreciated! Thanks!
Pkg 1 of 5, 2 of 5, 3 of 5, etc. with 5 of 5 being the last one. All other fields are identical to the 1st one.
They are printing 5 copies of the same report, not 1 copy of a 5 page report.
I'm new with code so I'm struggling. Please forgive my ignorance. We're using Access2000, 2003 and 2007 on multiple work stations. I could do it with SetValue in a print macro but SetValue is no longer in Access2007 and SetTempVars are not in Access2000.
Any help or pointers will be greatly appreciated! Thanks!