How to read a registry key in VBA / Access?

R

Rob

I would like to detect the sandboxmode status and do something with it.
I have been told that the registry key
\\HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\engines\SandboxMode
holds the current status of the sandbox mode.
But now i would like to know how to read this key from within VBA.

Could Getsetting( ) do this? or there another way to read keys?

Any help is appreciated,
Rob
 
Top