Results 1 to 6 of 6
  1. #1
    deguza is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jun 2014
    Posts
    9

    Going back to version 2007?

    Hello all:



    I discovered that I have version 14 of Access, and colleagues have 12. (I guess mine is referred to as 2007 and theirs is 2003.) When I did some maintenance on the database, Access apparently wrote it as version 14, and now colleagues cannot access it on our shared network folder.

    I tried the "Save as" option to see if I can write as an earlier version, it won't come up with an option to write it as version 12.

    I am looking into upgrading the colleagues Access but this is controlled by the IT department and I am not sure if they will be able to do it in a timely manner. (They may not be able to do it at all, because of all sorts of reasons, real or imaginary...)

    Any advice so that I do not have to go back to an archival copy?

    Thanks

  2. #2
    rivereridanus is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Jun 2011
    Posts
    71
    If you didn't make any 2007-specific code or macro changes, try making a copy of the db while it's closed and renaming the file extension back from .accdb to .mdb. I would only try this on a copy so that you don't lose your data or corrupt the only copy you have- but it's worth a shot.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,640
    Actually, 14 is Access 2010 and 12 is Access 2007. If the original file extension was mdb then it was an Access 2003 (or earlier) file.

    It has been my experience that if a accdb does not have 2010 specific features, 2007 will often open, but not always. Review http://answers.microsoft.com/en-us/o...9-509349c665c4

    Is this a split design?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    deguza is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jun 2014
    Posts
    9
    It is not a split design. I believe the original also had .accdb.

    The only change I made was to put a password, and in the process Access encrypted the DB.

    Quote Originally Posted by rivereridanus View Post
    If you didn't make any 2007-specific code or macro changes, try making a copy of the db while it's closed and renaming the file extension back from .accdb to .mdb. I would only try this on a copy so that you don't lose your data or corrupt the only copy you have- but it's worth a shot.
    If it matters, another poster pointed out that I actually have 2010, and the rest 2007.

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    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.

  6. #6
    deguza is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jun 2014
    Posts
    9
    I am in the process of implementing a process and will take your suggestion into consideration. Thank you.

    Quote Originally Posted by ItsMe View Post
    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.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. MSAccess 2007/2010 Date Picker Replacement - Version 3
    By pkstormy in forum Code Repository
    Replies: 8
    Last Post: 10-06-2015, 05:39 AM
  2. Back in ACCESS 2007 Calculated field in query
    By djcmalvern in forum Queries
    Replies: 5
    Last Post: 04-30-2013, 09:28 AM
  3. Replies: 4
    Last Post: 05-30-2012, 07:00 AM
  4. Replies: 4
    Last Post: 05-21-2012, 08:21 AM
  5. Replies: 5
    Last Post: 01-18-2012, 12:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums