Hi
Iam using this code to open an access database but it is password protected where to add the password?

Code:
Dim db As dao.Database
 db = DAODBEngine_definst.OpenDatabase(My.Application.Info.DirectoryPath & "\my.mdb")