I have some code setup to send an email to people as a reminder to do do their monthly assessment, and in it I list the location of the database but I would like to make it a hyperlink instead. Below is an example of what I have, any easy ways to change it to a hyperlink?
link = "M:\Engineering\Cooling\ACE\5S Self-Scorecard.mdb"
DoCmd.SendObject , , , Email.Value, , , "5S Reminder", begin & Area.Value & finish & " You can find the database at " & link, True
Thanks in advance
link = "M:\Engineering\Cooling\ACE\5S Self-Scorecard.mdb"
DoCmd.SendObject , , , Email.Value, , , "5S Reminder", begin & Area.Value & finish & " You can find the database at " & link, True
Thanks in advance