Email with embedded hyperlink to network file

  • Thread starter Ray via AccessMonster.com
  • Start date
R

Ray via AccessMonster.com

I have the following code in my submit button to send an email with a
hyperlink to the network file to bring up the Access database. But the
hyperlink only takes me to the Windows browse locator, not the database on
the network. This way the User will need to browse the network to find the
file and this is not what I want. I'm trying to set it up so that the User
can click on the link in the email and bring up the Access database. Can
anyone tell me how to fix this?? Here's my code:


DoCmd.SendObject acSendNoObject, , , Me.AssignedTo.Column(1), , , "Issue
Tracking No: " & Me.TrackingNo & "", "YOU HAVE AN ISSUE TO RESOLVE. Please
resolve within 3-days. THANK YOU! - Assigned Date: " & Me.AssignedDate & "
<\\N:\Issues \Support \Databases\Issues.mdb>"""""""

Thanks,
Ray
 
K

Karen via AccessMonster.com

That's unusual. The code looks okay to me...

Ray said:
I have the following code in my submit button to send an email with a
hyperlink to the network file to bring up the Access database. But the
hyperlink only takes me to the Windows browse locator, not the database on
the network. This way the User will need to browse the network to find the
file and this is not what I want. I'm trying to set it up so that the User
can click on the link in the email and bring up the Access database. Can
anyone tell me how to fix this?? Here's my code:

DoCmd.SendObject acSendNoObject, , , Me.AssignedTo.Column(1), , , "Issue
Tracking No: " & Me.TrackingNo & "", "YOU HAVE AN ISSUE TO RESOLVE. Please
resolve within 3-days. THANK YOU! - Assigned Date: " & Me.AssignedDate & "
<\\N:\Issues \Support \Databases\Issues.mdb>"""""""

Thanks,
Ray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top