G
Guest
is it possible to maximize Access via VBA?
I have first.mdb and second.mdb. First.mdb does some stuff and then calls
second.mdb.
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase second.mdb
I need to be able to maximize the Access Application window (not just the
form window) when it opens using VBA.
How can it be done?
Thanks in advance for your help!
I have first.mdb and second.mdb. First.mdb does some stuff and then calls
second.mdb.
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase second.mdb
I need to be able to maximize the Access Application window (not just the
form window) when it opens using VBA.
How can it be done?
Thanks in advance for your help!