Hi i have used this forum for quite a while to get answers to numerous things but never posted,
I currently have a function behind a button that sends an e-mail to any users in my database that have tasks outstanding to prompt them on...
I have become stuck on what i though would be an easy addition, i want to add a link in the body of the generated e-mail that will open the database but do not want to show the file path as i try to keep this unavailable to general users the link needs to show as "Technical Program" but link to "\\server\data\TechFrontend.accde"
Heres the code i am currently using to generate the e-mail, the strEmailAddress is defined earlier in the code which is quite long but this is the only part needed to generate the e-mail
Call Email_Via_Outlook(strEmailAddress, "Technical Program Reminder", "You have tasks to authorise in the technical program, please log in to view your job list.", True, "")
Can anyone think of a way to do what i need?