How to determine if runtime version

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I deploy two versions of my A2K db, one a runtime and one not. How do
I determine if the db was opened via runtime or regular access?

Thanks,
Mark
 
If SysCmd(acSysCmdRuntime) Then
'runtime
Else
'not runtime
End If
 

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