print a single label from a form

  • Thread starter Thread starter crowee
  • Start date Start date
C

crowee

Guest
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?
 
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.
 

Users who are viewing this thread

Back
Top Bottom