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)
 
Back
Top