Hello,
I'm working on a db that has a large list of customers in it. I am trying to figure out the best way of printing address labels only for selected customers. This is what I am thinking of doing, maybe someone else has done this and knows a better way...
Every customer record has a field "print" that is yes/no.
Have a form that will let the user search for customers by name and put a check in the print box
Have a query that would look for every record that has the print box set to yes
Print the labels
Somehow clear all of the check boxes once printing is done, either by a command button or automatically. This is the part I am really unsure about. Does anyone know how I can go about setting all the yes/no fields back to no when I'm done? I think I should be able to handle everything else...
Thanks for your help,
Spencer
I'm working on a db that has a large list of customers in it. I am trying to figure out the best way of printing address labels only for selected customers. This is what I am thinking of doing, maybe someone else has done this and knows a better way...
Every customer record has a field "print" that is yes/no.
Have a form that will let the user search for customers by name and put a check in the print box
Have a query that would look for every record that has the print box set to yes
Print the labels
Somehow clear all of the check boxes once printing is done, either by a command button or automatically. This is the part I am really unsure about. Does anyone know how I can go about setting all the yes/no fields back to no when I'm done? I think I should be able to handle everything else...
Thanks for your help,
Spencer