Redirect Code option |
7/11/2006 3:22:05 PM |
ASPRunnerPro General questions | |
I have two MS SQL tables with a master file relationship joined using 'filekey' as the master key. |
|
J
|
Jane 7/12/2006 |
Hi, Sub ListOnLoad(strSQL) Set rsTemp = server.CreateObject("ADODB.Recordset") rsTemp.open strSQL, dbConnection Response.Redirect "SUPEDITS_add.asp?masterkey="&rsTemp("filekey") End Sub |