Converting 97 database to 2000

G

Guest

I am trying to convert a 97 database to 2000. But I get the following error:
"Invalid database object reference" and the database won't convert. Can
anyone give me a hand with this? Thanks!!!
 
A

Allen Browne

Suggestions

1. Use Access 97 to decompile the database, by entering 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"

2. Then open the database in A97, and compact it.

3. Open a code window, and see what references it uses. Remove any you don't
need. For info about references, see:
http://members.iinet.net.au/~allenbrowne/ser-38.html

If it still fails to convert, post back for more suggestions on how to
recover from corruption.
 

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

Top