L
Launchnet
Hi . . .
I currently use the following code to open a new instance of Access on my PC.
It works fine.
What I need is to have the code open Access from any location that the .EXE
file may be located at. Some of my users have it with different paths.
Sub NewAccessOnly()
Shell "C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE",
vbNormalFocus
End Sub
Can someone give me a hand please?
Thanks
Matt@Launchnet
I currently use the following code to open a new instance of Access on my PC.
It works fine.
What I need is to have the code open Access from any location that the .EXE
file may be located at. Some of my users have it with different paths.
Sub NewAccessOnly()
Shell "C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE",
vbNormalFocus
End Sub
Can someone give me a hand please?
Thanks
Matt@Launchnet