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,

Signature
dshemesh
Al Camp - 30 Apr 2006 13:47 GMT
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.

Signature
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
> Hello,
> I am trying to print a form and have encountered 2 problems:
[quoted text clipped - 6 lines]
>
> thanks,
dshemesh - 30 Apr 2006 14:44 GMT
ok. thanks.

Signature
dshemesh
> dshemesh.
> Forms are not made for printing, and forms printing functionality is extremely limited.
[quoted text clipped - 11 lines]
> >
> > thanks,