B
BeWyched
I wish to launch a new Access application from another using VBA code.
This is dead simple except I don't know how find the Runtime MSAccess.exe
file on users PC's. Accordingly I'm simply launching the application and
letting users systems find MSAccess. Unfortunately, if they already have
previous versions of Access, the application will be launched using that,
incorrect, version and crash.
As the application, together with Runtime Access, will be distributed to
many users using the Packaging Wizard, I understand that Runtime Access may
be stored in different locations depending upon which O/S users have.
Accordingly, hard coding a path to the MSAccess.exe wouldn't work.
Any ideas - thanks.
This is dead simple except I don't know how find the Runtime MSAccess.exe
file on users PC's. Accordingly I'm simply launching the application and
letting users systems find MSAccess. Unfortunately, if they already have
previous versions of Access, the application will be launched using that,
incorrect, version and crash.
As the application, together with Runtime Access, will be distributed to
many users using the Packaging Wizard, I understand that Runtime Access may
be stored in different locations depending upon which O/S users have.
Accordingly, hard coding a path to the MSAccess.exe wouldn't work.
Any ideas - thanks.