Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / October 2005

Tip: Looking for answers? Try searching our database.

Keep form maximized on click

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
reeve13 - 22 Oct 2005 20:40 GMT
On the switchboard I created, I noticed when I click on the button t
open a form, the form is minimize and I always have to click th
maximize button to expand it.  Is there a way to keep it maximize whe
I open the form for the switchboard?  

Thank

--
reeve1
SteveS - 22 Oct 2005 21:51 GMT
To maximize the form, use:

Private Sub Form_Load()
   DoCmd.Maximize
End Sub

This maximizes everything, including the database window.
To restore the switchboard to the previous size, use:

Private Sub Form_Close()
   DoCmd.Restore
End Sub

Signature

Steve S
--------------------------------
"Veni, Vidi, Velcro"
(I came; I saw; I stuck around.)

> On the switchboard I created, I noticed when I click on the button to
> open a form, the form is minimize and I always have to click the
> maximize button to expand it.  Is there a way to keep it maximize when
> I open the form for the switchboard?  
>
> Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.