What code is necessary to open an Access 97 db with a password through
VB5? I scoured messages from various groups, and ones I found either
had too little info to be useful or were just wrong. I use NT4
workstation and VB5 Pro. The Access db is protected by a simple
password. I used this command:
Set wrkSpc = CreateWorkSpace( "", "admin", "password", dbUseJet )
I got a MsgBox saying "Run time error '3028' - Can't start your
application. The workgroup information file is missing or is opened
exclusively by another user." This is not on a network, and no other
apps are running.
I would really like to know the right way to do this; does anyone have
working source code for this situation? Thanks, DS