Results 1 to 5 of 5
  1. #1
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20

    Converting from Access 2010 to Access 2013

    Does anything need to be done to change from Access 2010 to Access 2013? I have put a sample copy of our database on a computer using Access 2013 and it seems to work fine, but I keep thinking it can't be that easy. Am I missing anything? If I continue to use this database in Access 2013, will there be any problems when support for Access 2010 ends? Thank you in advance to anyone who can answer that question.

  2. #2
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    This link tells you the differences between A2010 and A2013
    https://support.office.com/en-us/art...D-9A2DFEF68E2F

    Very little was added but several features were removed e.g. pivot tables.
    If your database doesn't include any discontinued features you should be ok

    One thing worth checking is the vba references.
    These should update correctly but if any are marked MISSING you will need to update them yourself.
    Then compile the database. Fix any errors if it doesn't compile
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  3. #3
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20
    Thank you ... this was really helpful but I don't know what you mean by "check the vba reference" ... and if they are missing ... how do I update them myself?? Thnks

  4. #4
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,405
    It really depends on how complex the db is. If it runs the first time on the new version, it will continue to do so, no problem.
    If it contains code that refers to other Office programs like Excel, Outlook, Word, then it might show syntax errors, because the references need to be updated to the new version (Google Access References). Much of this can be avoided with late binding, but if no problems, don't worry about that.
    Another area, fairly rare, is databases that use ActiveX controls. They are very version specific and need to synchronize with the current version. Again if no problems, don't worry about that either.
    Most of my databases continue to run OK when I update to new Access versions. The most common problem is with references, but can be fixed in very short order with a bit of knowledge (again Google Access References).

  5. #5
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    To check the references, go to Database Tools ... Visual Basic. This will open the Visual Basic Editor (VBE)
    in the VBE, go to Tools ...References.
    This will show a long list of VBA libraries.
    At the top there will be a few libraries ticked which are the ones in use.
    If none are marked MISSING, all are OK.
    If not, report back for further advice.

    Another issues could have occurred if you had used 32-bit Access in 2810 & 64-bit Access 2013 or vice versa.
    However you would have got a warning message if there were any 'bitness' issues.
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

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

Similar Threads

  1. Converting from Access 2007 to 2013
    By krisgersh in forum Access
    Replies: 1
    Last Post: 04-15-2014, 02:49 PM
  2. Replies: 2
    Last Post: 02-11-2014, 09:41 AM
  3. Replies: 3
    Last Post: 08-12-2013, 10:12 AM
  4. Replies: 3
    Last Post: 06-19-2013, 04:45 PM
  5. Replies: 7
    Last Post: 05-13-2013, 11:37 AM

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