can I print the results of

C

Carrie

a search collectively ? I have a small database with just one table to log
Gas Installation Revisions and upcoming due revision dates. If I search for
all revisions due in a particular month, can I print out the results in one
go ?
 
R

Rick B

Yes, this is called a report :)

Build a report and use an sql statement as the data source, or use a stored
query. Then, simply run the report.
 
Top