V
VBA Coder
I am trying to open a secured Microsoft Access database (.mdw) using VBA
within Word 2000 and Word 97. I have tried to following line of code, but I
get the error "Run-time error '3028': Cannot start your application. The
workgroup information file is missing or opened exclusively by another
user."
I have verified that the MDW file does exist in the folder and that it is
not open by any user, since I am testing on local box.
Dim db As Database
Dim wrkJet As Workspace
Set wrkJet = CreateWorkspace("C:\Test.mdw", "JoeUser", "", dbUseJet)
within Word 2000 and Word 97. I have tried to following line of code, but I
get the error "Run-time error '3028': Cannot start your application. The
workgroup information file is missing or opened exclusively by another
user."
I have verified that the MDW file does exist in the folder and that it is
not open by any user, since I am testing on local box.
Dim db As Database
Dim wrkJet As Workspace
Set wrkJet = CreateWorkspace("C:\Test.mdw", "JoeUser", "", dbUseJet)