Answered
help needed to create active links from a database
I want to create active links to web addresses stored in my
Access database and returned on the detail page of a Master/Detail
set. The code below returns the correct entry from the database
field - but I can't seem to make it an active link.
<%=(rsNameMasterDetail.Fields.Item("Link").Value)%>
any help would be appreciated!
thanks,
emyers
<%=(rsNameMasterDetail.Fields.Item("Link").Value)%>
any help would be appreciated!
thanks,
emyers