T
|
text author 2/18/2010 |
Hi I am trying to update the field "status" in my table (messages) with the word "Replied" after editing another field in the table. I thought the code below would do it but it doesn't seem to work. I'm not sure whether this is a before or after edit event in asprunner. inmessageID is the masterkey field in the table. MYSQL = "UPDATE messages SET status = 'Replied', WHERE inmessageID=" & dict("inmessageID") All help gratefully received. Thanks very much
|