need help : how to convert a text field in Access database to a hyperlink in the browser
-
how to convert a text field in Access database to a hyperlink in the browser because when i read the hyperlink fields from the Acccess database and display to the browser its output is like a comment #http:...# i want the link to displayed as a link itself. Is there a way that a text field in access can be read to the browser like a link???...pleeeeease hellp:confused:
-
how to convert a text field in Access database to a hyperlink in the browser because when i read the hyperlink fields from the Acccess database and display to the browser its output is like a comment #http:...# i want the link to displayed as a link itself. Is there a way that a text field in access can be read to the browser like a link???...pleeeeease hellp:confused:
A hyperlink fiels in the database has nothing to do with a hyperlink on a web page. It's only a hyperlink in the form that is used by Office applications. There is nothing built in to create a web link from it. Either read the value from the hyperlink field and split it up into the name and url, or store the informantion as regular text fields. Either way you use the information to put in a regular link on the page. --- b { font-weight: normal; }