View Single Post
  #4  
Old June 2nd, 2009, 11:38 AM posted to microsoft.public.access.forms
Allen Browne
external usenet poster
 
Posts: 11,706
Default Open form when database opens

Maximize should do it.

Another approach would be to set the properties of the current database to
use 'tabbed documents' instead of separate windows. It's in the same area as
where you set the startup form. (Access 2007 only.)

We are assuming this is not a popup window here.

--
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.

"Angeline" wrote in message
...

Hi Allen, thanks so much for the response. Got it working. If you wouldn't
mind answering one more thing. I'd like to maximise the form when it
opens. I
clicked on the Form propertys and add the following event procedure to the
On
Load command, but it still does not maximise the form. Are you able to
help:

DoCmd.Maximize