Maximizing Access Window

  • Thread starter Thread starter T''Kai
  • Start date Start date
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.
 
Back
Top