Access Office 2000 vs Office 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you open a file that was done in Access Office 2000 open it in Office
2003 save it then take it back to Office 2000?
 
Yes. Access 2003 can handle the Access 2000 format without conversion.

However, the binary (compiled) code is different between the two versions,
so you may find it useful to decompile before switching back to A2000 again.

To decompile a copy of the database, use the version you have been editing
with, and enter something like this at the command prompt while Access is
not running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top