J
Jon Furman
Anyone else use a field formatted as a hyperlink to store URLs? I was just
doing this in an Access db I was developing when I ran into a big problem.
The case where the URL contains a #. Since the hyperlink data type is really
a string it uses the # as a delimiter to seperate the information items in
the hyperlink datatype. The help article called "About Hyperlinks",
subsection "Examples of hyperlink addresses" explains this. Unlike most
situations where this is a problem there doesn't appear to be an escape
sequence or convention for embedding the # char. I thought that I would be
clever and use the HTML code for # but quickly to my horror discovered that
this code is: #. So that's not going to work. Could the hyperlink type
really be so flawed? Hopefully I'm missing something, and won't have to
store the elements of the hyperlink type in seperate string fields. Thanks
to anyone who can shedsome light on this.
Jon
doing this in an Access db I was developing when I ran into a big problem.
The case where the URL contains a #. Since the hyperlink data type is really
a string it uses the # as a delimiter to seperate the information items in
the hyperlink datatype. The help article called "About Hyperlinks",
subsection "Examples of hyperlink addresses" explains this. Unlike most
situations where this is a problem there doesn't appear to be an escape
sequence or convention for embedding the # char. I thought that I would be
clever and use the HTML code for # but quickly to my horror discovered that
this code is: #. So that's not going to work. Could the hyperlink type
really be so flawed? Hopefully I'm missing something, and won't have to
store the elements of the hyperlink type in seperate string fields. Thanks
to anyone who can shedsome light on this.
Jon