how do I print a batch of invoices in Access 2003

Y

Yuksel

What do you mean about Batch and Invoice.

Do you want to print you tabels or database ?
or du want to print a report out for some query ?
 
B

Bob Miller

Create a query of your table(s) that selects the records you want and
then create a report on that query.
 
J

Jackie L

Base your invoice report off a query. The criteria in the query should
include an invoice range. Specify the invoices needed. This should be done
with a form and unbound fields. Let us know if you need help with that.
 
Top