Hello,
I am trying to put together a module and open a workspace on a database that
has a simple password (using Access XP). This is the lin that I'm having
trouble with;
Set wrk = CreateWorkspace("TestWrkspc", "Admin", conDbPwd)
conDBPwd is a variable that contains the password. There is no independant
workgroup file, just the default. This is the error message I'm getting;
"Runtime error 3028: Cannot start your application. The workgroup
information file is missing or opened exclusively by another user".
This is a standalone machine, I have only one Access window opened. The
default WGIF is used.
Any ideas what's wrong?
Thanks!