Yes, on your page you have to make it a true hyperlink:
<a href="<%=recordset("fieldname")%>">link name</a>
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
"kelly" <(E-Mail Removed)> wrote in message
news:1AF421A8-C38F-4E6F-8168-(E-Mail Removed)...
>I have a form I have written using aFrontpage wizard - it draws back data
> from a SQL db and I want to allow people to edit (which works) one of the
> field of data. The problem is that they will be putting in a URL and the
> results don't seem to recognise it as a hyperlink. Do I have to place an
> anchor <a href> into the pages code?