Hi,
I want to open a database application, shared among the users on a common drive, by clicking on a button on a form in another database.
So far, I have been using
Private Sub Command0_Click()
Dim strDB As String
strDB = "C:\Documents and Settings\umair.khan\Desktop\PC-Docs_FE.accdb"...