My objective is select a row from a database based on the where clause. I'm getting back one row, but when I change the value that recordset and do a rst.update all the rows in the database are changed to that value. Here's the code.
Thanks a lot people this site is a good thing.
Henry
strSQL = "SELECT FADone, FADate, FADoer FROM Disposal_Detail WHERE Serial = '"& Trim(Request.Form("Serial"
(m)) & "'"
rstDetail.Open strSql, objClassConn, 3, 3
rstDetail("FADone"
= Request.Form("FADone"
(m)
rstDetail("FADoer"
= qualname
rstDetail("FADate"
= Now()
rstDetail.Update
Thanks a lot people this site is a good thing.
Henry
strSQL = "SELECT FADone, FADate, FADoer FROM Disposal_Detail WHERE Serial = '"& Trim(Request.Form("Serial"
rstDetail.Open strSql, objClassConn, 3, 3
rstDetail("FADone"
rstDetail("FADoer"
rstDetail("FADate"
rstDetail.Update