printing a form

D

dshemesh

Hello,
I am trying to print a form and have encountered 2 problems:
1. The form is too big for a single page. However, I would still like it to
fit into a single page. Is there a way to FitToPage or something like that (I
would like this option to be remembered for this form only if possible).
2. The form source is a recordset, and I move between the records using the
arrows. When I try to print the form, the whole recordset is printed. Is
there a way to print only the record which is on screen?

thanks,
 
A

Al Camp

dshemesh.
Forms are not made for printing, and forms printing functionality is extremely limited.
Reports are the vehicle for printing information from your database.
A report will allow you to layout your information to fit on one page, and also allow
you to filter the output for just one record.
 
D

dshemesh

ok. thanks.
--
dshemesh


Al Camp said:
dshemesh.
Forms are not made for printing, and forms printing functionality is extremely limited.
Reports are the vehicle for printing information from your database.
A report will allow you to layout your information to fit on one page, and also allow
you to filter the output for just one record.
--
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
 
Top