Connecting Tech Pros Worldwide Forums | Help | Site Map

Maximize form on open

Jerome Ranch
Guest
 
Posts: n/a
#1: Jan 11 '06
Okay What property of a form do I need to change so that it opens full
screen? I'm calling it to open from VBA.

I built a form today, and while I was playing with it (to test some of
the property switches), I changed a property so that when it opens its
about a half inch square and I have to drag the corner to maximize it.
I don't recall what I did to effect that change.

The VBA code has nothing to do with the way it opens, becaus when I
open it manually I get the same behavior.

Thanks
Jerry

Allen Browne
Guest
 
Posts: n/a
#2: Jan 11 '06

re: Maximize form on open


In Form_Open:
DoCmd.Maximize

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Jerome Ranch" <ranchjp@mchsi.com> wrote in message
news:0dv8s1p32o9laqgikti9iqbpftceddp5d2@4ax.com...[color=blue]
> Okay What property of a form do I need to change so that it opens full
> screen? I'm calling it to open from VBA.
>
> I built a form today, and while I was playing with it (to test some of
> the property switches), I changed a property so that when it opens its
> about a half inch square and I have to drag the corner to maximize it.
> I don't recall what I did to effect that change.
>
> The VBA code has nothing to do with the way it opens, becaus when I
> open it manually I get the same behavior.
>
> Thanks
> Jerry[/color]


Jerome Ranch
Guest
 
Posts: n/a
#3: Jan 11 '06

re: Maximize form on open


Thanks Allen
It works !
Jerry
[color=blue]
>In Form_Open:
> DoCmd.Maximize[/color]
Closed Thread


Similar Microsoft Access / VBA bytes