R
Ramiab
I have the data in an mdb file secured.
I wrote this to link to that mdb file
Set Dbnd = DBEngine.Workspaces(0).OpenDatabase("c:\DataFiles\acc2007.mdb",
False, False)
the error message "not a valid password"
how to set dbengine with password
I wrote this to link to that mdb file
Set Dbnd = DBEngine.Workspaces(0).OpenDatabase("c:\DataFiles\acc2007.mdb",
False, False)
the error message "not a valid password"
how to set dbengine with password