Maximizing Access Window

T

T''Kai

Hello Everyone,

This code is a part of my attempt to autodeploy updates to mde files. The
problem is that Access opens in a "restored" state. I would like the user not
to have to maximize the window. Is there a way to do this in the code?

Dim acc As Access.Application
Set acc = New Access.Application
acc.Visible = True
acc.OpenCurrentDatabase strDest
Set acc = Nothing

Any help would be appreciated. Thank you.
 

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