Is there a way to determine which version of Access users have installed on their machine, as some of ours have full Access and others just Runtime. For licencing purposes we need to check out who has what.
Any ideas?
Thanks
You can get the Access info from using the SysCmd function.
Use the constants:
acSysCmdAccessVer (for Access version)
acSysCmdRuntime (Returns True or False if using Runtime)
acSysCmdAccessDir (the Access directory)
If you aren't sure how to use these, lookup SysCmd in the help file.
I am familiar with these constants, but to use them I would need to open a database on each PC, yes?
Is there a way to do this without user involvement?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.