Is there a way to filter a form to only print certain fields?

B

Bullfrog

I created a form with multiple fields. I would now like to print a selected
number of those fields. Is this possible?
 
B

BruceM

Create a report, based on the same record source as the form, with just the
fields you need. You should use reports for printing (and viewing) data.
Forms are for adding and changing data. Use the command button wizard to add
a button to the form for printing the report.
 
Top