RESOLVED: Can't open secondary db to full screen
I am opening a secondary db from my main db using the following code:
Dim accapp As Access.Application
Set accapp = New Access.Application
accapp.OpenCurrentDatabase ("C:\GEM\Gem Backups\OptimumDesign\OptimumDesign.mdb")
accapp.Visible = True
DoCmd.Maximize
My problem is I cannot get the secondary db to open full screen. Can anyone help? Thanks in advance!
I am opening a secondary db from my main db using the following code:
Dim accapp As Access.Application
Set accapp = New Access.Application
accapp.OpenCurrentDatabase ("C:\GEM\Gem Backups\OptimumDesign\OptimumDesign.mdb")
accapp.Visible = True
DoCmd.Maximize
My problem is I cannot get the secondary db to open full screen. Can anyone help? Thanks in advance!
Last edited: