Hi guys,
I searched the whole day but couldn't figure out this. Any help is greatly appreciated!!
I got my code working fine in Excel, but just cant get it run in Access when i try to open a secured db with group security from a normal Access 2k db.
Error 3029 encountered at "CreateWorkspace" line although correct password and user name supplied. DAO reference is also set.
Thanks a lot
I searched the whole day but couldn't figure out this. Any help is greatly appreciated!!
I got my code working fine in Excel, but just cant get it run in Access when i try to open a secured db with group security from a normal Access 2k db.
Code:
DBEngine.SystemDB = "C:\Documents and Settings\Desktop\system.mdw"
Set MyWorkspace = DBEngine.CreateWorkspace("New", "xx", "xx", dbUseJet)
Thanks a lot