windows - Check if the user has correct version of Access set as default -
i have created access front end accdr access 2016. in order users use file, users need install access runtime 2016.
most of users have ms office 2007 or 2010 installed. so, when users try opening accrd file, after install access runtime 2016. still error opening file using older version of access (aka 2010) , not 2016 version.
my question:
how check if user has correct version of access set default? fine paying software checks this. fine editing registry if or importing registry if any.
[accdr files created renaming accde (access compiled files)].
you can read version directly:
version = application.version
should return "16.0". if not, pop message user open using access 2016.
even better, provide shortcut user open app runtime.
Comments
Post a Comment