J
|
Jane 6/26/2009 |
Trey, if rs("Link")=0 then strValue = "" end if |
T
|
tigersloft author 6/27/2009 |
Hey Jane, thanks for the reply.. however, perhaps i was unclear. the code i mentioned works as intended. it DOES hide the fields if the check box is not checked and shows it when the box IS checked. the problem is that the links are not hyperlinks. they are just text. i would like them to be hyperlinks (same as using "show link as hyperlink" option). Can you help? Thanks, |
J
|
Jane 7/1/2009 |
Hi, if rs("Link")=0 then strValue = "" else strValue = "<a href=""" & strValue & """>" & strValue & "</a>" end if |