I'm running into the problem of opening accdb's in the wrong version of Access on user's machines. This seems to happen most with machines that have both 2010 and 2016/365 installed. Anyone have a decent workaround to that, like a script or batch file? Even a hardcoded shortcut such as
"C:\Program Files (x86)\Microsoft Office\root\Office16\MSACCESS.EXE" "C:\Users\someone\Desktop\New Microsoft Access Database.accdb"
doesn't seem to do it in some cases: even though the user has set "always open in 2016" in "Open With", the file still opens in 2010.
In addition to a workaround, anyone know how to fix this permanently, like in the registry or gpo? Thanks
"C:\Program Files (x86)\Microsoft Office\root\Office16\MSACCESS.EXE" "C:\Users\someone\Desktop\New Microsoft Access Database.accdb"
doesn't seem to do it in some cases: even though the user has set "always open in 2016" in "Open With", the file still opens in 2010.
In addition to a workaround, anyone know how to fix this permanently, like in the registry or gpo? Thanks