Forum Discussion

AccessDev's avatar
AccessDev
Copper Contributor
Jun 10, 2020

Access 2010 to 2016 upgrade questions

Hello All:

I have a major client prepping for an Access 2010 to 2016 upgrade and I've a few questions. This particular client has inventory 1000s of Access files on their system. Some of the files are quite aged (and have not been opened in years). The files most likely only exist on the system because of data retention requirements. 

But, that reality does present some issues and their IT folks are trying to work through some issues. One of concerns they have is should they require all employees "convert" 2010 files to 2016 files (even though they are both .accdb file format).

The security folks are concerned that if every single 2010 file is not run through a SaveAs->Access Database process that somehow the 2010 file will present security risks. I've explained to them that both 2010 and 2016 files are .accdb. But, they need more information to be assured the unconverted 2010 files will not present security risks. (Please know, I do understand we are going to run into all kinds of fun things with features that are no longer supported in 2016. We have been preparing for this. But, this question is specifically related to security issues of not running unused 2010 databases through a Save As->Access Database process.)

Any links documenting security considerations when moving from 2010 to 2016 will be appreciated.

 

Thanks in Advance

  • AccessDev I can't think of any security related issues you're likely to encounter, but that's something only you can determine by examining each accdb for any security features implemented. It's sort of hard to predict since we don't really know what, if anything was implemented. Inherently, though, there should be no lessening of security. But then, Access is not known to be a highly secure application to begin with.

     

    You are likely to find at least a few differences that may require updates, but again, each accdb is unique and will need to be checked.

     

    I can state that more recent versions of Access have been less tolerant of ambiguity in VBA, so you may find yourself revisiting some of the code to provide fully qualified references. 

     

    And, of course,  if any of those accdbs implemented features deprecated in later versions, they'll need to be addressed. 

    On the whole, it should go pretty well, though.