Queries

B

Big Eddie D

I need to know how or if you can create query that automatically prints a
record when you run it.
 
K

Ken Snell [MVP]

Queries don't print records; reports do that. Create a report that is based
on the query and then print the report.
 
Top