Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Imbedding recordset objuexts in request.form calls

Status
Not open for further replies.

KeithClark

IS-IT--Management
Jul 9, 2000
1
US
Hello all !!<br><br>New to VBScript.&nbsp;&nbsp;Was wondering how I would take and accomplish the following:<br><br>Whay I know:<br><br><br>Request.Form(&quot;1&quot;)&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;returns the value of the form object named 1<br><br>Recordset1.Field(&quot;Factor&quot;).Value&nbsp;&nbsp;--- holds the value returned from a SQL statement<br><br><br>What I need to know:<br><br>How do I replace the &quot;1&quot; in the Request statement with the Recordset1.Field(&quot;Factor&quot;).Value so the Request statement executes a different call each time through a loop ?????<br><br>Thanks for all the help !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top