File format vs Version

N

NetworkTrade

I see that embedded it states "Access 2002-2003 file format".

Will an application built in 03 have any problems running on a machine with
02?
 
D

Douglas J. Steele

It shouldn't. It's trying to tell you that the two versions of Access share
the same file format.

Note, however, that is possible that anytime an application is developed on
one machine and run on a different machine, there's always a chance of a
problem with the References collection. (Heck, even on the same machine
there can be problems if you install new software!) Check
http://www.accessmvp.com/DJSteele/AccessReferenceErrors.html for more about
this topic that you probably want to know. <g>
 
T

Tony Toews [MVP]

NetworkTrade said:
I see that embedded it states "Access 2002-2003 file format".

Will an application built in 03 have any problems running on a machine with
02?

An MDB could be fine but as Doug states with some issues.

However an MDE created in A2003 will not run in A2002.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Top