|
Question : MS Access Installation Directory
|
|
Hello,
I'm developing an front end auto updater and was wondering if there is any vba code available to find out the location of the MS Access exe file within the Microsoft Office installation directory?
E.G C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE
Thanks in advance
|
|
Answer : MS Access Installation Directory
|
|
If this is the question:
"MS Access Installation Directory"
Then
syscmd(acSysCmdAccessDir)
will return the Office folder where the Access EXE is located, eg:
C:\Program Files\Microsoft Office2003\OFFICE11\
mx
|
|
|