KeithClark
IS-IT--Management
Hello all !!<br><br>New to VBScript. Was wondering how I would take and accomplish the following:<br><br>Whay I know:<br><br><br>Request.Form("1" --> returns the value of the form object named 1<br><br>Recordset1.Field("Factor".Value --- holds the value returned from a SQL statement<br><br><br>What I need to know:<br><br>How do I replace the "1" in the Request statement with the Recordset1.Field("Factor".Value so the Request statement executes a different call each time through a loop ?????<br><br>Thanks for all the help !!!