Assuming that rs.link is the URL and rs.linktext is the text you want for
the link, just use the following.
<a href='<% =rs.link %>'><% =rs.linktext %></a>
"Mick" <(E-Mail Removed)> wrote in message
news

F31CD5E-606E-49CA-BCC9-(E-Mail Removed)...
> I'm reading fields from an Access 2003 database and displaying them on a
Web
> Page. One problem though - one of the Access fields has a url link in it.
> What is the Asp command to display the field on a Web page as a URL?
Thanks
> for any replies.
>
>