|
Hi all,
Im using the below code,
strSQL = "UPDATE comments SET closed = 'yes' WHERE (id = " & iRecordId & ")"
to update a records yes/no field in table with 'yes'. Nothing is happening though.
Could anyone tell me what i am doing wrong.
steve
ps. i know the connection is ok, it comes down to the SQL i think.
cheers
|