PC Review


Reply
Thread Tools Rate Thread

access 2003 startup option,can't display startup form in maximum v

 
 
=?Utf-8?B?QWxsYW4gZnJvbSBNZWxib3VybmU=?=
Guest
Posts: n/a
 
      24th Jan 2005
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
 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      24th Jan 2005
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



 
Reply With Quote
 
=?Utf-8?B?QWxsYW4gZnJvbSBNZWxib3VybmU=?=
Guest
Posts: n/a
 
      24th Jan 2005
Thanks Allen
The line of code fixed my problem.


"Allen Browne" wrote:

> 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

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I specify a form to display on startup in Access 2007 =?Utf-8?B?V2lsbCBGbGFuYWdhbg==?= Microsoft Access Forms 3 7th Jul 2008 04:10 AM
How do I get a form to fully display at startup in Access? =?Utf-8?B?Z2Vrc2IwNg==?= Microsoft Access Forms 2 23rd Jul 2007 07:52 PM
Access 2003 Startup form =?Utf-8?B?QnJ5YW4=?= Microsoft Access Forms 3 16th Dec 2004 10:51 AM
Access 2003 startup form =?Utf-8?B?QnJ5YW4=?= Microsoft Access 2 15th Dec 2004 02:17 PM
Display a form or data access page at startup =?Utf-8?B?QnJhaW5EZWFk?= Microsoft Access 4 1st Nov 2004 10:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:43 PM.