Maximizing Access Program

J

Jabutron

I'm linking to multiple Access DBs through a single DB. The code I got from
a different post works great to open the forms, but when they do open, Access
is windowed, not maximized. How can I fix this so that each instance of
Access is maximized upon opening?

Thanks!
 
J

Jabutron

Found the solution: changed option vbNormalNoFocus to vbMaximizedFocus:

Shell """C:\Program Files\Microsoft Office\Office10\MSAccess.exe"" " &
"""AccessDataBaseToOpen""", vbMaximizedFocus
 

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