Printing sequential records returned by a query

Gkirkup

Registered User.
Local time
Today, 07:43
Joined
Mar 6, 2007
Messages
628
I have a query that returns several records, typically 1 to 5. I need to print a label for each record returned by the query. Printing a label is no problem, but how do I print sequentally for each record in the query?

Robert
 
I never used a label printer, but cant you simply make a report containing all records and print all sequential records? It works that way for normal printers/pages/records, so why not for labels?
 
Are you saying you want the rows sorted? Add an Order By clause to the query.
 

Users who are viewing this thread

Back
Top Bottom