Hi all. I updated an Access database form an older version and it now has the .accdb extension versus the .mdb.
I updated the VB code where it's pointing to the database but getting an error on the following bolded section. Thinking it's because I converted to .accdb.
idrive = "\\cdtvnas13\ops"
dbname = idrive & "\VERIFY1\DDDSUP3.ACCDB"
Set db = DAO.DBEngine.Workspaces(0).OpenDatabase(dbname)
Anyone know what i should change? I'm thinking something like ADO instead of DAO but not sure what the proper code would be.
Thanks.
I updated the VB code where it's pointing to the database but getting an error on the following bolded section. Thinking it's because I converted to .accdb.
idrive = "\\cdtvnas13\ops"
dbname = idrive & "\VERIFY1\DDDSUP3.ACCDB"
Set db = DAO.DBEngine.Workspaces(0).OpenDatabase(dbname)
Anyone know what i should change? I'm thinking something like ADO instead of DAO but not sure what the proper code would be.
Thanks.
Last edited: