Printing a table by using a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top