Jump: Search:

Microsoft Access Developer Center

Table Design

Query Design

Form Design

Form Tips and Mistakes

Form Navigation Caption

First Item in Your ListBox

Validating Combo Boxes

Using a RecordsetClone

Synchronize Two Subforms

Late Bind Tab Subforms

Subform Reference to Control Rather than Field

Tab Page Reference

Report Design

Suppressing Page Headers and Footers on the First Page of Your Report

Add the NoData Event

Annual Monthly Crosstab Columns

Design Environment

Adding Buttons to the Quick Access Toolbar

Collapsing the Office Ribbon for more space

VBA Programming

Using Nz() to Handle Nulls

Avoiding Exits in the Body of a Procedure

Debugging Keys

Setting Module Options

Math Rounding Issues

Source Code Library

Microsoft Access Module VBA Library

Royalty Free VBA Modules

VBA Error Handling

Error Handling and Debugging Techniques

Error Number and Description Reference

Basic Error Handling

Pinpointing the Error Line

Performance Tips

Linked Database

Subsheet Name

Visual Source Safe

Deployment

Prevent Close Box

Disable Design Changes

Broken References

Simulating Runtime

Missing Package & Deployment Wizard

System Admin

Disaster Recovery Plan

Compact Database

Compact on Close

Database Corruption

Decompile Database

Bad DLL Calling Convention

Converting ACCDB to MDB

Cloud and Azure

Cloud Implications

MS Access and SQL Azure

Deploying MS Access Linked to SQL Azure

Additional Resources

Microsoft Access Help

MS Access Developer Programming

More Microsoft Access Tips

Technical Papers

Microsoft Access Tools

Connect with Us

Email NewsletterEmail Newsletter

FMS Development Team BlogDeveloper Team Blog

Facebook PageFacebook

Twitter with FMSTwitter

 

 

Error in Microsoft Access 2007 When Saving an ACCDB Database to MDB Format

Written by: Luke Chung, President

It seems so simple and you've done it many times before. You have a Microsoft Access ACCDB database (from Access 2007 or 2010) and want to save it (convert it) to a Microsoft Access MDB format database so it can be used by Access 2003 or earlier:

Access 2007 File SaveAs Command for Database Conversion

Unfortunately, when you try this in Microsoft Access 2007, this error message appears:

You cannot save this database in an earlier version format, because it uses features that require the current file format

You cannot save this database in an earlier version format, because it uses features that require the current file format

This could occur if you added new features of MS Access 2007/2010. For instance, tables with the new multi-value or attachment field types. In those cases, you wouldn't expect to convert the database to an MDB. So you check and verify that none of your tables have these field types and you still have this problem which doesn't explain what features you're using which require the new format.

It turns out this error can still occur even if you didn't add new ACCDB features. What's going on?

The Problem: Microsoft Access 2010 Adds the MsysResources Table

This problem occurs if the database was opened with Microsoft Access 2010. MS Access 2010 stores themes in an attachment field in the MsysResources table, and MDBs don't support attachment field types. So even though you didn't add this incompatible field type to your Access database, Access sees this table and field and and concludes the database can't be converted.

The Solution: Delete the MsysResources Table

It wasn't easy figuring out the cause of the problem. Fortunately, the solution is fairly simple.

From MS Access 2007, manually delete the MsysResources table, then save the ACCDB as an MDB.

If you're in MS Access 2010, you can simply save the ACCDB as an MDB because Access 2010 removes the table automatically in the conversion process.

Additional Resources

Hope this helps. Good luck!

Feedback

Contact Us  l   Web questions: Webmaster   l   Copyright © FMS, Inc., Vienna, Virginia
Celebrating our 26th Year of Software Excellence