
open password protected (.mdb file)
Quote:
> how to open password protected .mdb file with DAO
> just i want to open the database , but not to connect to any tables within
> kindly advise any one
Set dbs = OpenDatabase(sFilename, False, False, ";pwd=mypassword")
David