Hey
I currently have a report in access 2000, that when you close the report down you get the option to send an email to all of your users. This works fine, but I'd like to make the link that I have in the email it sends out a hyperlink. Currently the email format looks like this.
"
The New Report Is Complete -
C:\WINDOWS\Desktop\Forecast
Thanks
"
The code I have is...
myItem.Body = vbCrLf & "The New Report Is Complete - " & vbCrLf & vbCrLf & "C:\WINDOWS\Desktop\Forecast" & " - " & strDate & ".doc" & vbCrLf & vbCrLf & vbCrLf & "Thanks"
Any help would be great.
thanks
Sam
I currently have a report in access 2000, that when you close the report down you get the option to send an email to all of your users. This works fine, but I'd like to make the link that I have in the email it sends out a hyperlink. Currently the email format looks like this.
"
The New Report Is Complete -
C:\WINDOWS\Desktop\Forecast
Thanks
"
The code I have is...
myItem.Body = vbCrLf & "The New Report Is Complete - " & vbCrLf & vbCrLf & "C:\WINDOWS\Desktop\Forecast" & " - " & strDate & ".doc" & vbCrLf & vbCrLf & vbCrLf & "Thanks"
Any help would be great.
thanks
Sam