njellis
IS-IT--Management
- Jul 17, 2006
- 29
Good Day all!
I have an access database we've been using for a few years now. I have a form that pulls data directly from the client info table. One of the pieces of info is the client's phone number.
I would like it if I can make the phone numbers clickable with the "tel:" hyperlink tag.
Is there a way I can add info to the front of the control source, to make it a clickable url, without modifying the source table filled with information itself?
I.E. currently control source =[phone1]
I tried ="tel:"&[phone1]
Also tried (for testing} ="\<a href\=\"www\.google\.com\"\>"&[phone1]&"\<\/a\>" -- obviously just to see if it would turn into a url to go to google and that didn't work.
Thank you for any suggestions.
(P.S. this form does not pull through a query if that wasn't already obvious).
I have an access database we've been using for a few years now. I have a form that pulls data directly from the client info table. One of the pieces of info is the client's phone number.
I would like it if I can make the phone numbers clickable with the "tel:" hyperlink tag.
Is there a way I can add info to the front of the control source, to make it a clickable url, without modifying the source table filled with information itself?
I.E. currently control source =[phone1]
I tried ="tel:"&[phone1]
Also tried (for testing} ="\<a href\=\"www\.google\.com\"\>"&[phone1]&"\<\/a\>" -- obviously just to see if it would turn into a url to go to google and that didn't work.
Thank you for any suggestions.
(P.S. this form does not pull through a query if that wasn't already obvious).