Printing labels

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After entering data on form I would like to selectively print a file label
if it is a new client but if it is a repeat. How can I do this.
 
I would create a new Boolean field in the client record named
LabelPrinted. After you create that field you might use an update
query to set that flag to True in all records where the label has been
printed.

Set the query for the label print run to return only those records
where LabelPrinted is false. At the conclusion of an error free print
run, run an update query to set LabelPrinted to True.

Another way is to have an entry date field in the record and base the
query for the print run on a date after the last label print run.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Word How to rotate individual letters in word 2016 0
Label wizard 3
Outlook Outlook calendar inserting a legend 1
Suppress the "Now Printing" 3
printing labels 1
Windows 7 8160 labels on windows 7 1
Epson XP-3150 not printing 2
Access Labels Maker Doesn't Work 8

Back
Top