to maximize the report, add a
DoCmd.Maximize
to the report's Load event.
if your open form's Popup property is set to Yes, you'll need to set the
form's Visible property to No when you open the report, and then set it back
to Yes when you close the report.
hth
> good day all,
>
[quoted text clipped - 6 lines]
>
> Brook
Brook - 04 Dec 2005 04:15 GMT
Tina,
Ok... got the maximzie, but the Forms popup value is already set to "NO".
Brook
> to maximize the report, add a
>
[quoted text clipped - 19 lines]
> >
> > Brook
Brook - 04 Dec 2005 04:27 GMT
Tina,
I changed the report POP Up value to yes and that worked great...
Thanks for your help.
Brook
> to maximize the report, add a
>
[quoted text clipped - 19 lines]
> >
> > Brook
tina - 04 Dec 2005 04:36 GMT
well, i gave you poor advice on the second half, but you were able to turn
it into a solution - good job! and you're welcome :)
> Tina,
>
[quoted text clipped - 27 lines]
> > >
> > > Brook