How to Detect Access 2007 Runtime

  • Thread starter Thread starter AG
  • Start date Start date
A

AG

How can I detect via code, whether Access is runtime, full version or full
version running with the runtime switch.
I have an application that will be used by some users with full version and
some with runtime, so I need to be able to tell in order to not run certain
commands that are not available with runtime.
 
On Wed, 7 Oct 2009 09:38:53 -0400, "AG"

SysCmd(acSysCmdRuntime)
I think that you don't need to make a distinction between runtime
version and full version with /runtime switch.

-Tom.
Microsoft Access MVP
 
Back
Top