P
Paul
I used the following code to open an Access application from another Access
appliaction. The first form to open is configured to "AutoCenter" and
"AutoResize" equal to "Yes". Somehow when the form opened, it does not have
the AutoCenter and AutoResize property. How to add to the following code to
include these properties.
Dim accApp As New Access.Application
accApp.OpenCurrentDatabase ("C:\App.mdb")
accApp.Visible = True
appliaction. The first form to open is configured to "AutoCenter" and
"AutoResize" equal to "Yes". Somehow when the form opened, it does not have
the AutoCenter and AutoResize property. How to add to the following code to
include these properties.
Dim accApp As New Access.Application
accApp.OpenCurrentDatabase ("C:\App.mdb")
accApp.Visible = True