Using access 97 and windows xp. I have a command button that on double click, I want it to open another database. However, I get error message
" Microsoft Access can't invoke the application using RunnApp action."
This is the code I'm using"
Private Sub CorpInvestment_DblClick(Cancel As Integer)
Dim stAppname As String
stAppname = "MSACCESS.EXE \\pershing.com\root\shared\NJ\BONDS\Contacts\Corp-Investment.mdb"
Call Shell(stAppname, 1)
End Sub
any suggestion
" Microsoft Access can't invoke the application using RunnApp action."
This is the code I'm using"
Private Sub CorpInvestment_DblClick(Cancel As Integer)
Dim stAppname As String
stAppname = "MSACCESS.EXE \\pershing.com\root\shared\NJ\BONDS\Contacts\Corp-Investment.mdb"
Call Shell(stAppname, 1)
End Sub
any suggestion