Pepito
|
| Posted: 03/21/2003, 2:54 AM |
|
Hi guys, I have an Access db with a field named "article title" (text) and
another field named "hyperlink" (hyperlink) pointing to the page where the
whole article is located. Whenever I do a search, the hyperlink field comes
out (correctly) but as text only, therefore no hyperlink function at all.
Example:
real result = About me#http://www.aboutme.net#
desired result = About me (hyperlink)
Any hint????
|
|
|
 |
Antonio Manfredonio
|
| Posted: 03/21/2003, 3:22 AM |
|
Try to Properties/Data/Content and set that as HTML
> Example:
>
> real result = About me#http://www.aboutme.net#
>
> desired result = About me (hyperlink)
>
> Any hint????
>
--
Antonio Manfredonio
|
|
|
 |
Pepito
|
| Posted: 03/21/2003, 3:45 AM |
|
got it...just
<a href="http://www.somesite.com">Somesite</a>
the label in CCS is set to html and voila I've got links from the database
"Pepito" <pepitxispi@ya.com> wrote in message
news:b5er1f$rsf$1@news.codecharge.com...
> Hi guys, I have an Access db with a field named "article title" (text) and
> another field named "hyperlink" (hyperlink) pointing to the page where the
> whole article is located. Whenever I do a search, the hyperlink field
comes
> out (correctly) but as text only, therefore no hyperlink function at all.
>
> Example:
>
> real result = About me#http://www.aboutme.net#
>
> desired result = About me (hyperlink)
>
> Any hint????
>
>
|
|
|
 |
|