Printing forms

  • Thread starter Thread starter Parley Kennelly
  • Start date Start date
P

Parley Kennelly

Is there a way to print forms without printing the background color?
I would like the background color to remain in the screen version as it
makes the form more useable, but it makes the printed version extremely
useless. :(

TIA
 
Parley Kennelly said:
Is there a way to print forms without printing the background color?
I would like the background color to remain in the screen version as it
makes the form more useable, but it makes the printed version extremely
useless. :(

Forms are not meant for printing. Reports are.

Right-click on your form and choose "Save As Report". Now all you need is to
tweak it a bit and create a button on your current form that prints the Report
filtered on the current record. Should take all of five minutes to set up.
 
Back
Top