How to print screen a form?

C

Chipcom

Hi

I need to know how to print all the form like print screen does (even
if you see the part of the form on the screen).

Thanks
 
R

RBear3

I guess you could maximize it and do so. Forms are not designed for
printing. If you need to print, create a report and print that. You can
even build a button on your form that causes the report to print for only
the selected record. You can also save the form "as a report" which will
give you a good starting point.
 
C

Chipcom

I guess you could maximize it and do so. Forms are not designed for
printing. If you need to print, create a report and print that. You can
even build a button on your form that causes the report to print for only
the selected record. You can also save the form "as a report" which will
give you a good starting point.

--
Hope that helps!

RBear3
.








- Show quoted text -

I meant to do that with a code and to print like print screen and not
as a report

Thanks
 
Top