Add this line of code to the Event Procedure for the Load event of the form:
Private Sub Form_Load()
DoCmd.Maximize
End Sub
--
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.
"Allan from Melbourne" <(E-Mail Removed)> wrote
in message
news:BDA8AFD4-E3C4-41EB-86FB-(E-Mail Removed)...
> Hi There,
> I have a swirchboard that starts with a default form. I have selected in
> the
> startup options area to automatically display this switchboard form. When
> the
> file is opened is displays the switchboard form in a minimized view. I
> want
> this to be set at the maximum window view. Does anyone have any ideas how
> to
> achieve this?
> Many Thanks
> Regards
> Allan