S
SUZYQ
I have a table that has a hyperlink field with the web address I need
and a text field with the title that I want to see.
Using VBA, I want to email out this list of hyperlinks, but I want the
user to see the title instead of the web address.
For example, if the web address is www.pbs.org, I want the user to get
an email with a hyperlink in the body of the email that says "Great
Shows for Kids" and if they click on it, the web browser opens to PBS.
I know how to create the email part, but I can't figure out how,
though VBA, to identify a variable to hold this appropriate
information to feed into the body of the email. I found a lot of
information about using hyperlinks with objects on a form, but I don't
have this scenerio.
Please help.
Thanks.
and a text field with the title that I want to see.
Using VBA, I want to email out this list of hyperlinks, but I want the
user to see the title instead of the web address.
For example, if the web address is www.pbs.org, I want the user to get
an email with a hyperlink in the body of the email that says "Great
Shows for Kids" and if they click on it, the web browser opens to PBS.
I know how to create the email part, but I can't figure out how,
though VBA, to identify a variable to hold this appropriate
information to feed into the body of the email. I found a lot of
information about using hyperlinks with objects on a form, but I don't
have this scenerio.
Please help.
Thanks.