I have a form in a database results area which sends several of the database results columns to another database via the form. I use <input type="hidden" name="description" value=<%=FP_FieldVal(fp_rs,"Description"
%>>. Everything works OK except that the form is sending just the first word in the field which has the description (the other fields are single numbers or letters).
Thanks for any help.
Thanks for any help.