G
Gina
Hi.
I am using the following to create an email message
DoCmd.SendObject ObjectType:=acSendReport, _
ObjectName:=strReportName, outputformat:=acFormatSNP, _
To:=strEmail, Subject:=strSubject, MessageText:=strMsg
Is there an easy way to include in the Message Text a Hyperlink? The
Hyperlink will be linked to a website and the link will always be the same.
Please give me your guidance.
Gina
I am using the following to create an email message
DoCmd.SendObject ObjectType:=acSendReport, _
ObjectName:=strReportName, outputformat:=acFormatSNP, _
To:=strEmail, Subject:=strSubject, MessageText:=strMsg
Is there an easy way to include in the Message Text a Hyperlink? The
Hyperlink will be linked to a website and the link will always be the same.
Please give me your guidance.
Gina