ppedersen1
Technical User
I have an asp page which takes data from an Access database. The trouble I am having is where one field in my Access database is a "Hyperlink" field. When I display the data in an ASP page it does not create a hyperlink but displays # signs on each side of the data.
I set the asp page to turn that data into a hyperlink, but with the # on both sides makes the link incorrect.
Therefore, I would like to know, either if there is a way to request the data from access so it doesn't return # signs or otherwise I would like to know if there is a way to edit the data to take out the first and last characters in the returned data.
Any clues?
I set the asp page to turn that data into a hyperlink, but with the # on both sides makes the link incorrect.
Therefore, I would like to know, either if there is a way to request the data from access so it doesn't return # signs or otherwise I would like to know if there is a way to edit the data to take out the first and last characters in the returned data.
Any clues?