Runtime?

  • Thread starter Thread starter Asim Tozlu
  • Start date Start date
A

Asim Tozlu

Hello,

how can I check an Access-Runtime or the complete version installs on a
computer is?

Does this go about the Registry? Where is this entry?

I must this check with a VB6 application external, before I execute the next
action.

Many thanks for a tip.

greetings from Berlin

Asim
 
you can start access using createobject("access.application") and check
runtime using
SysCmd(acSysCmdRuntime)
 
thanks for help...

asim

Alex Dybenko said:
you can start access using createobject("access.application") and check
runtime using
SysCmd(acSysCmdRuntime)
 

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

Similar Threads


Back
Top