Export in an earlier version of Access

R

Rick

is there a code I can use to export my Acess2000 database
to a 97 format, by using a button or event?

Thanks,
Rick
 
V

Van T. Dinh

I depends on what you meant by "export".

If you only want to export the Tables, use TransferDatabase Method.

If you want to convert the *whole* database, try the RunCommand
acCmdConvertDatabase (I haven't tried this).
 

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