maximize window

B

BBran

In Access 2000 I had and Autoexec macro that maximized the database or
whatever window, when I opened the database. How do I accomplish the same
thing in 2007 without having to click the maximize button?
 
R

Roger Converse

Does your DB open to a form? If so, you can use the below on the open and
load event of your form.

DoCmd.RunCommand acCmdAppMaximize

HTH
Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top