Guest_imported
New member
- Jan 1, 1970
- 0
I have tried numerous ways of updating my tables...the information is being pulled from a form...
I use:
conn.Execute("UPDATE tbl_Members SET Status='" & newstatus & "' WHERE MemberID=" & idnum & ";"
to update one piece of the information. The server seems to recognize this code, howeever it will not acknowledge it for every field. I need to update multiple fields in one record. What is the best way to do this?
Thanks
I use:
conn.Execute("UPDATE tbl_Members SET Status='" & newstatus & "' WHERE MemberID=" & idnum & ";"
to update one piece of the information. The server seems to recognize this code, howeever it will not acknowledge it for every field. I need to update multiple fields in one record. What is the best way to do this?
Thanks