Hello,
Using VBA in access I want to open another database, as of now I am currently referring below way to open the current database, what would be best way to open another database in local drive.
Dim MyDB As dao.Database
Set MyDB = CurrentDb()
Using VBA in access I want to open another database, as of now I am currently referring below way to open the current database, what would be best way to open another database in local drive.
Dim MyDB As dao.Database
Set MyDB = CurrentDb()