Philip has attended:
Excel Advanced course
Access Advanced course
Project Intro Intermediate course
Hyperlinks in Access
Is it possible to program Access hyperlink fields in table design mode so that cells in tables do not need to be edited individually? How can I avoid having to insert a hyperlink for e-mails each time ("mailto:" done automatically)?
RE: Hyperlinks in Access
Hi Philip
The simple answer is NO you cannot add "mailto:" in the table design mode.
To automatically add the "mailto:" to an email address would require VBA coding.
One way would be that the address was entered through a form.
Then VBA code would be added to the form so as to add the above text to any email address entered by the user.
Regards
Carlos