How to I stop the form from resetting

  • Thread starter Printing only filtered data in a form
  • Start date
P

Printing only filtered data in a form

I have a table linked to the header of my form. The table has for records.
Here's what happens. When I choose a record (say record 3) record 1 ALWAYS
prints.
The form is meant to be printed out.
Can someon please tell me how I can get the record I choose to print out?

Thanks in advance!! :eek:)
 
K

Klatuu

Although it is possible to print a form, it is not advised. You will get
better results if you create a report and print the report.
 
P

Printing only filtered data in a form

Thanks! I knew I was missing something in this situation!
 
Top