I am using Access 97 and Outlook 98.
I have a command button on a form that opens Outlook and begins an email message. I am trying to put a working hyperlink in the body of that email. I am also trying to turn other text red if it meets a criteria:
DoCmd.SendObject , , , , , , , "Go to: & vbcrlf & IIf(txtUrgent = 1, "this is urgent", "not urgent"
.
When Outlook opens, the test.com isn't a working hyperlink, it's just plain text.
And how do i make the words 'this is urgent' turn red?
Thanks,
Ruth
I have a command button on a form that opens Outlook and begins an email message. I am trying to put a working hyperlink in the body of that email. I am also trying to turn other text red if it meets a criteria:
DoCmd.SendObject , , , , , , , "Go to: & vbcrlf & IIf(txtUrgent = 1, "this is urgent", "not urgent"
When Outlook opens, the test.com isn't a working hyperlink, it's just plain text.
And how do i make the words 'this is urgent' turn red?
Thanks,
Ruth