Hello all,
Why does the following code not keep the access database opened visible when the button is clicked (it flashes for a second then goes away)?
Private Sub Command1_Click()
Dim App As New Access.Application
App.Visible = True
App.OpenCurrentDatabase "C:\TheDatabase.mdb"
End Sub
Thanks in advance...
Why does the following code not keep the access database opened visible when the button is clicked (it flashes for a second then goes away)?
Private Sub Command1_Click()
Dim App As New Access.Application
App.Visible = True
App.OpenCurrentDatabase "C:\TheDatabase.mdb"
End Sub
Thanks in advance...