C
Clint Marshall
I have an Access Database with a button that generates an HTML email.
Included in the email is a hyperlink to open another Database and go to a
specific record in a specific form.
The following text works fine as a command line from the "Run" command:
"C:\Program Files\Microsoft Office\Office10\MSAccess.exe"
"S:\FORERIVR\forerivr.mdb" /cmd frmTenant,[Tenant]=149.
I've got the HTML code reading: <a href="C:\Program Files\Microsoft
Office\Office10\MSAccess.exe" "S:\FORERIVR\forerivr.mdb" /cmd
frmTenant,[Tenant]=360>, but when I send the email and someone clicks on the
hyperlink field, everything except "C:\Program Files\Microsoft
Office\Office10\MSAccess.exe" seems to be ignores. This, of course, doesn't
get me there - all it does is open Access.
Is there any way to enter this sort of hyperlink into an email so that I can
click on the hyperlink and open the desired database, form, and record? My
guess is it's the quotes and spaces that are causing the problem, but I've
fiddled with it several different ways and all that happens is under some
instances, I open file manager, rather than Access.
If it can't be done in a hyperlink field, is there any sort of workaround
that I can email as a link?
Thank you!
-Clint Marshall
Included in the email is a hyperlink to open another Database and go to a
specific record in a specific form.
The following text works fine as a command line from the "Run" command:
"C:\Program Files\Microsoft Office\Office10\MSAccess.exe"
"S:\FORERIVR\forerivr.mdb" /cmd frmTenant,[Tenant]=149.
I've got the HTML code reading: <a href="C:\Program Files\Microsoft
Office\Office10\MSAccess.exe" "S:\FORERIVR\forerivr.mdb" /cmd
frmTenant,[Tenant]=360>, but when I send the email and someone clicks on the
hyperlink field, everything except "C:\Program Files\Microsoft
Office\Office10\MSAccess.exe" seems to be ignores. This, of course, doesn't
get me there - all it does is open Access.
Is there any way to enter this sort of hyperlink into an email so that I can
click on the hyperlink and open the desired database, form, and record? My
guess is it's the quotes and spaces that are causing the problem, but I've
fiddled with it several different ways and all that happens is under some
instances, I open file manager, rather than Access.
If it can't be done in a hyperlink field, is there any sort of workaround
that I can email as a link?
Thank you!
-Clint Marshall