J
|
Jane 2/19/2009 |
Hi, set rstmp = dal.Account.Query("UserNameField='" & username & "' and PasswordField='" & password & "'","") if rstmp("active")=False then Response.Redirect "AccountProfile_edit.asp?editid1=" & rstmp("account no") end if rstmp.Close : set rstmp = nothing |
R
|
Roger author 2/19/2009 |
Thank you Jane. It's appreciated. |