A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Open Form in Maximized View



 
 
Thread Tools Display Modes
  #1  
Old June 4th, 2004, 03:35 PM
Rachel
external usenet poster
 
Posts: n/a
Default Open Form in Maximized View

Hello,

Quick question. Can I automatically open a form in a
Maximized window without having to do any special
programming?

Many thanks to anyone who takes time to answer.


  #2  
Old June 4th, 2004, 04:02 PM
hcj
external usenet poster
 
Posts: n/a
Default Open Form in Maximized View

Hi Rachel,
Unless there's a slicker way suggested by someone else, a
one line macro will do the trick.
Create macro with single command "Maximize". Save the
macro - it will be useful for all your other forms as
well. Go to the OnOpen property of the form and pick the
macro name from the dropdown list. Save the form design.
The form should open maximized from then on.
HTH
-----Original Message-----
Hello,

Quick question. Can I automatically open a form in a
Maximized window without having to do any special
programming?

Many thanks to anyone who takes time to answer.


.

  #3  
Old June 4th, 2004, 04:32 PM
Thomas
external usenet poster
 
Posts: n/a
Default Open Form in Maximized View

Put the following code in the On Open event of your form:

DoCmd.Maximize



"Rachel" wrote in message
...
Hello,

Quick question. Can I automatically open a form in a
Maximized window without having to do any special
programming?

Many thanks to anyone who takes time to answer.




 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:38 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.