sharing Access files between access2000 and access2002

V

Victor Delgadillo

You can read (in a sense, share) the files from database files (mdb)
independent of version (2002, 2000). What you cannot do is run procedures
and modules from one version on a program of another. If you have procedures
inside your mdb (procedures and data together), then you must convert the
database from 2000 to 2002 in order to run it. Going backwards you must
check you don't have procedures not supported by the older system, then
convert.
 

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