Forum Discussion
John_Vallier
Feb 01, 2023Copper Contributor
Convert From Accde/Accdr back to Accdb
We have a need to convert a database from .accde/.accdr back to .accdb. Weekly now, from 12/24/2022 to present, the error 3464 Datatype mismatch in criteria expression pops up. After recompiling the...
arnel_gp
Feb 01, 2023Steel Contributor
if for any extension change and the db code is still unviewable, then it is an .accde.
changing the extension does not change the fact that it is already compiled as accde.
access will see this by reading the file signature.
changing the extension does not change the fact that it is already compiled as accde.
access will see this by reading the file signature.
John_Vallier
Feb 02, 2023Copper Contributor
Thank you arnel_gp for replying.