Printing from a form

M

Matt

Hi ive got a form called Quote in which i enter a customers quote details for
a job they have asked me to quote on. I am wanting to then after data entry
of the quote details want to print this off. What is the best way of doing
this, just using a print command button? if i do it this way then it prints
the forms backgrounds etc although ive turned all the command buttons to
visible on screen only the format and layout have to be changed to fit on one
page! this makes the form looked squeexed up when adding data. hlpe much
appreciated!
Cheers
Matt
 
L

Larry Daugherty

Forms aren't intended for printing. Your best option is to design a
report and then put a command button on your form to open the report.

HTH
 
Top