ACCESS 2007 in ACCESS 2003

  • Thread starter Thread starter mpdjr165
  • Start date Start date
M

mpdjr165

I have been a bad boy and created an Access 2007 database using a pre-
formatted data input forms. It will not allow me to save as an Access
2003 document and, therefore, none of my collaborators with Access
2003 can read or use the database.

Is there a download for conversion of the 2007 database to the
2003 .dbs format? I have searched hard and have been unsuccesful.

Thx,
MPD
 
You can save an ACCDB (Access 2007 format) file as an MDB, provided it is
not using any of the new functionality that does not exist in MDB files.

If you have used things like multi-valued fields, you will need to redesign
those tables and create related tables you can see before you can save the
database in the older format.
 
Back
Top