Convert Access 2010 accdb to 2007 accdb

こ雲淡風輕ζ 提交于 2019-12-06 13:06:54

According to the Microsoft support article

Backward compatibility between Access 2010 and Access 2007

an Access 2010 database can be reverted back to "Access 2007 format" by

  1. removing all Access_2010-specific features from the database (details in the article),
  2. creating a new "Blank Database" (not "Blank Web Database"), and
  3. using External Data > Import in Access 2010 to import all objects (tables, forms, etc.) from the previous database into the new (empty) one.

The list of features that must be removed include a couple that may not be immediately obvious to a casual inspection of the original Access 2010 database, such as

  • using a new or updated database sort order, and
  • using "Access 2010 encryption compliance".
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!