Edward has attended:
Access Advanced course
Hyperlinks
Is it possible to program access hyperlink fields in a design mode so that cells in the table do not need to be edited individual?
How can I avoid having to insert a hyperlinks for emails each time ("mailto :" done automatically)?
RE: Hyperlinks
Hi Edward
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