Best way to check versoin of Access

  • Thread starter Thread starter Maldo
  • Start date Start date
M

Maldo

What is the best way to determine the versoin of Access loaded on user's PC?
 
Hi,
answer depends on where from you want to check. If you already in access
app - then Application.Version will work. Else you need to check registry
for certain keys, something like
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\Access

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top