hunt4cleanair said:
Thanks Rick...I don't know that it matters both both machines are running
XP.
Also, what's an MDE? is that the access suffix...like mdb?
"Rick Brandt" wrote:
yes, it is the "suffix", but it means that the application was "complied",
or "frozen" from design changes. Often developers will convert the mdb into
a mde (all versions of ms-access can do this from the tools menu).
the mde is thus as a general rule tided to the particular version of
ms-access. However, a2003 apparently can run a a2000 and a2002 mde without
problems.
Anyway, as mentioned, a2000 to a2003 CAN use a a97 application. And,
further, a2000 to a2003 can CREATE an access a97. So, there is quite a bit
of flexibility in this regards.
So, a97, and a2002 not really incompatible.
If it just data, then leave the file in a97 format. However, if it is an
application, then you should be able to run and open the a97 appcation in
a2002, and NOT have to convert. If you convent the mdb to a2002, then you
obviously can't send it back to the a97 user.
However, there is a option to convert the a2002 back to a97. It would make
no sense to constantly convert this application. I would suggest that you
actually split the database, and then create a version of the program side
(forms, reports) etc for each machine, and then the data can be hared
without modifying it all.
It is not clear if you just trying to move data between each machine, or
have both run and use the data at the same time in a multi-user environment
(this also works quite well if you split...so, you can actually have two
users of diffent versions of ma-success, and yet they can work on the same
data at the same time).
You should be able to run the a97 application on the a2002 machine without
problems. However, if both machines need to use this application and
data...I would suggest you split the appcation, and create a mde for each
computer.