crowee
05-17-2001, 05:25 AM
on my client list, when you search for a name and it comes up I want to have a control button on the form that will allow you to print the label for that client or envelope. how can this be done?
|
View Full Version : print a single label from a form crowee 05-17-2001, 05:25 AM on my client list, when you search for a name and it comes up I want to have a control button on the form that will allow you to print the label for that client or envelope. how can this be done? Chris RR 05-17-2001, 08:50 AM Create a query that will use the client ID from your form as its criteria, bringing back just that 1 record. Then base a report (which will create the label) on that query. Put a button on your form to print that report. |