Dynamic hiperlink

B

ByLuis

This is my problem. I have a table of "contacs" with
name, email, phone and other fields.

I want to create a web page (with Access 2002) that
presents the "name" of the contac as an hyperlink. I want
when I clic in the name the email app opens to send a
message to the "email" of this contact.

When I include an hyperlink in Access I can define that
this hypelink has the email as text and as href, but I
cannot put "name" as text and "email" as href.

How can I resolve this? Thanks.
 
G

Gary Pollard

forget hyperlink - Check help for "DoCmd.SendObject" and use it with the
"On Click" event
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top