form size when app opens

  • Thread starter Thread starter Fredrated
  • Start date Start date
F

Fredrated

Getting an access app to open to the view I want always seems to elude me.

I would like my app to open with the Access window resized and the startup
form maximized within the resized access window.

Is there a way to do this?

Thanks
Fred
 
Isn't that a contradiction? You would like to maximize a form in a resized
access window?

By Accesswindow do you mean the applicationwindow or de databasewindow?

If you mean the applicationwindow then resize it and set the formload to
docmd.maximize

Close access (it will open resized because it will remember the last
windowstate) and reopen. This should create what you are looking for.

hth
 
Back
Top