Print previewing sub form

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi



Is there a way to press a button on a main form to print preview one of its
sub forms, with the preview showing the same data as is visible on the sub
form?



Thanks



Regards
 
Hi

Is there a way to press a button on a main form to print preview one of its
sub forms, with the preview showing the same data as is visible on the sub
form?

Thanks

Regards

you would be better off using a Report instead. Reports are for
printing and summarizing. Forms are for data entry and basic
searching.
 
Back
Top