B
blake7
Hi all,
I have a requirement to open another database from within the current one I
have open, I am trying to do this with a button on a form, I have the
following code below but it does not work, the egg timer shows but nothing
happen, can anyone help. Thanks
Private Sub Command60_Click()
Dim accapp As Access.Application
Set accapp = New Access.Application
accapp.OpenCurrentDatabase "c:\my documents\quality issues log.mdb"
accapp.Visible = True
End Sub
I have a requirement to open another database from within the current one I
have open, I am trying to do this with a button on a form, I have the
following code below but it does not work, the egg timer shows but nothing
happen, can anyone help. Thanks
Private Sub Command60_Click()
Dim accapp As Access.Application
Set accapp = New Access.Application
accapp.OpenCurrentDatabase "c:\my documents\quality issues log.mdb"
accapp.Visible = True
End Sub