Access97
We all know that if you enter text in a Hyperlink field it defaults to the http:// protocol. For some time, I’ve been looking for a solution that will allow a hyperlink field, labelled as “e-mail” to my users, to assign the mailto: protocol instead.
The only solution I’ve ever come up with is to set the “Default value” property to “mailto:” (including the quotes), but this only affects new entries and you have to instruct the users to enter the address after this string.
If you manually set a hyperlink field to mailto: and then enter it (carefully) you can see that the format required is:
jbloggs@testing.com#mailto:jbloggs@testing.com#
The obvious solution is to set an Input mask or the Format property to the above “format” – the only problem is how to repeat (copy) the address typed between the #mailto:xxx# characters??
Does anyone have a solution to this irritating niggle??
Thanks,
Ade