N
NevilleT
I am opening a second Access database from within an Access database. The
problem I have is that I cannot get the second database to maximize. It
opens at postage stamp size. The code I am using is
Set appAccess = New Access.Application
appAccess.Visible = True
appAccess.OpenCurrentDatabase strDBName
appAccess.DoCmd.Maximize
appAccess.DoCmd.OpenForm strFormName
problem I have is that I cannot get the second database to maximize. It
opens at postage stamp size. The code I am using is
Set appAccess = New Access.Application
appAccess.Visible = True
appAccess.OpenCurrentDatabase strDBName
appAccess.DoCmd.Maximize
appAccess.DoCmd.OpenForm strFormName