Stefan
Fri May 27 04:05:22 CDT 2005
After the DBRW code in your form just add the field
(you need to use the real dbfieldname field name)
<input type="hidden" name="dbfieldname" value="<%= FP_FieldVal(fp_rs,"dbfieldname") %>">
That works if your DBRW is only returning 1 value for the field, not multiple records
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"MikeR" <nf4l@pobox.com> wrote in message news:e3xO2CmYFHA.3132@TK2MSFTNGP09.phx.gbl...
| Is there a way to capture the value of a field returned by the DRW and
| get it into a form field (probably hidden) so that it becomes part of
| the request sent to another ASP page when the form is submitted? I don't
| use the DRW, so I don't have a clue how it works. This is someone elses
| page.
| I realize the form page could be re-written so as not to use the DRW,
| but I don't want to do that if I don't absolutely have to.
| Thanks,
| MikeR