View Single Post
  #5  
Old June 10th, 2009, 05:35 AM posted to microsoft.public.access.forms
Angeline
external usenet poster
 
Posts: 30
Default Open form when database opens


Hi Allen, thanks for your response (and sorry for my delayed reply) I think
I meant to say how do you maximise to full screen so that you can no longer
see the tool bars at the top. This form is set in the current database to
open when I open the database so not sure how to also get it to maximise (to
full screen) as well.

"Allen Browne" wrote:

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