Hi,

I would like to create a DAO DB file with the *.mdb extension. I tried this code but it didn't work:

Dim db As DataBase
Set db = CreateDataBase("C:|Db.mdb")

Could somebody please help me? Thanks!