
Originally Posted by
ItsMe
Another thing to consider is that when you open a file, MDB or ACDDB, etc., the version of Access you use to open said file will have an effect on the file. Access 2007 will do a Just In Time compilation of the file. Access 2010 will do a Just In Time compilation of the file, Access 2003 will.....
To avoid conflicts, I do not allow random access to files. Provide each user their own copy of a front end file they store locally on their machine. Have the FE file link to a back end file on the share.
If you develop front end files using Access 2010, make sure you do not include features and or code that is not backward compatible (mentioned in previous posts).
If you create accde files, make sure Users use the same version or later to run the app.