there are two access runtimes provided by microsoft. a x86 and x64 version - unfortunately a x64 runtime version can't open 32bit mde-files and vice versa.
What is the easiest way to detect which runtime is installed?
My favorite way is asking the registry.
The way described here doesn't work, because access-runtime doesn't create the outlook registry key.