I use
Which is a Microsoft example of how to open a password protected db.
I am curious, using the example above (with modification) is there any way to send the db I wish to open a variable.
Similar to opening a form with arguments.
Thank you,
Code:
Set db = acc.DBEngine.OpenDatabase(strDbName, False, False, Access_PW)
acc.OpenCurrentDatabase strDbName
Which is a Microsoft example of how to open a password protected db.
I am curious, using the example above (with modification) is there any way to send the db I wish to open a variable.
Similar to opening a form with arguments.
Thank you,