With this code I can hyperlink the records (from the field Team) to my next program component => update_form.asp => it works fine
<a href="update_form.asp?Number=<%=FP_FieldURL(fp_rs,"Number")%>">
<%=FP_FieldVal(fp_rs,"Team")%></b></td>
I tried approximately the same code to hyperlink the records (from the field Place) to the (corresponding) external URL in the field URL_place - (for example : (tek-tips.com)
Result => (tek-tips.com)=32%22/ - page not found => because of '=32%22' ?
<a href=<%=FP_FieldVal(fp_rs,"URL_place")%>=<%=FP_FieldURL(fp_rs,"Number")%>">
<%=FP_FieldVal(fp_rs,"Place")%></td>
Thanks for help to find a working code - Leifoet
<a href="update_form.asp?Number=<%=FP_FieldURL(fp_rs,"Number")%>">
<%=FP_FieldVal(fp_rs,"Team")%></b></td>
I tried approximately the same code to hyperlink the records (from the field Place) to the (corresponding) external URL in the field URL_place - (for example : (tek-tips.com)
Result => (tek-tips.com)=32%22/ - page not found => because of '=32%22' ?
<a href=<%=FP_FieldVal(fp_rs,"URL_place")%>=<%=FP_FieldURL(fp_rs,"Number")%>">
<%=FP_FieldVal(fp_rs,"Place")%></td>
Thanks for help to find a working code - Leifoet