G Guest May 14, 2005 #1 Getting difficulty to open a password protected database from another Access file via VBA. Please help
Getting difficulty to open a password protected database from another Access file via VBA. Please help
A Alex Dybenko May 14, 2005 #2 try like this: Set dbs = DBEngine.OpenDatabase("C:\my.mdb", False, False, ";pwd=mypassword")