Runtime?

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
 
A

Alex Dybenko

you can start access using createobject("access.application") and check
runtime using
SysCmd(acSysCmdRuntime)
 
A

Asim Tozlu

thanks for help...

asim

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