C
Cory
First I must admit I know nothing about databases and FP so don't be afraid
to tell me if there is an obvious solution.
I have an Access database with a single 'flat' table that I dumped into FP.
I used the little wizard to make a table to display it in an ASP file and it
worked fine with one exception. In the Access database I have fields of the
type "Hyperlink" which contain links that have both a display value and a
URL. IOW it may be a link to a vendor's website and have display text of
"ABC Corporation" with a URL of http://abccorp.com behind the text. Now when
the field values display in the table it first just displayed text
http://abccorp.com with not hyperlink. I saw how I can change the field type
in the table to inform it that the field contains hypertext and now I get
http://abccorp.com which now works as a hyperlink. Now my question is how do
I get it to appear as ABC Corporation with a hypertext link to the URL
underneath like in my Access database?
Thanks!
to tell me if there is an obvious solution.
I have an Access database with a single 'flat' table that I dumped into FP.
I used the little wizard to make a table to display it in an ASP file and it
worked fine with one exception. In the Access database I have fields of the
type "Hyperlink" which contain links that have both a display value and a
URL. IOW it may be a link to a vendor's website and have display text of
"ABC Corporation" with a URL of http://abccorp.com behind the text. Now when
the field values display in the table it first just displayed text
http://abccorp.com with not hyperlink. I saw how I can change the field type
in the table to inform it that the field contains hypertext and now I get
http://abccorp.com which now works as a hyperlink. Now my question is how do
I get it to appear as ABC Corporation with a hypertext link to the URL
underneath like in my Access database?
Thanks!