G
Guest
Hi, in an earlier post regarding opening a database with a specific version
of access.exe when more than one is installed on a workstation, the response
was...
If you have multiple versions of Acess installed and want to ensure you end
up using the same one:
Call Shell(SysCmd(acSysCmdAccessDir) & _
"msaccess.exe C:\MyPath\MyFile.mdb", vbNormalFocus)
(Thanks Allen Browne)
My question is, is there a way to set an object reference to the access
session loaded using this Shell command?
Any ideas or suggestions appreciated
Many thanks, Jonathan
of access.exe when more than one is installed on a workstation, the response
was...
If you have multiple versions of Acess installed and want to ensure you end
up using the same one:
Call Shell(SysCmd(acSysCmdAccessDir) & _
"msaccess.exe C:\MyPath\MyFile.mdb", vbNormalFocus)
(Thanks Allen Browne)
My question is, is there a way to set an object reference to the access
session loaded using this Shell command?
Any ideas or suggestions appreciated

Many thanks, Jonathan