I'm a newcomer to Interdev, so any alternate ways of doing this are appreciated.<br><br>I'm trying to get a parameterized recordset object to work, based on input from another form.<br><br>The method I'm using (probably wrong) is this:<br>The url is <A HREF=" TARGET="_new"> getting the customer number by doing<br><% <br>custnum = Request.QueryString("cust_num"<br>%><br>Then I'm setting the parameter tab in my recordset to look at custnum.<br>The error I get is: <br>Error Type:<br>Microsoft JScript runtime (0x800A1391)<br>'cust_num' is undefined<br>/page.asp, line 36<br><br>I think my problem has to do with either the scope of the variable I'm declaring, or with the fact that I'm setting the variable in VBScript, and the recordset object is written in JavaScript.<br><br>Actually, the real problem is that I don't have a clue what I'm doing. :-><br><br>Any Ideas?<br>Thanks,<br>Rik<br><br><br>