I want a URL stored in one field in my table to be recalled and formatted as a link to a web site on my form. How can i do this? Do i need to format it in the table or do i do it in the form - or do i need a query to do it?
i want to store web site links in a field in my table, e.g./ http://www.amazon.co.uk. Then i want some sort of access point (such as a button) on my form to link to this web site.
I have all other fields on the form locked and unabled so that they dont appear as text boxes and data cannot be changed.
If i do this to the url text box though, it cannot be used as a link. How can i let a user use the link, but make it not appear as a text box - i.e. the text isnt highlighted when the form opens.