Printing a table by using a form

N

ndunwoodie

I have a form that is an awards certificate. It is bound to the fields in a
table. I would like to print all the records in this table by way of this
form - i.e. print an awards certificate for every record in the table. Any
suggestions?
 
R

Rick B

Forms are for viewing, editing, and adding data. A report is for printing.

Save your form as a report and then modify it to meet your needs.
 
Top