rimian
06-24-02, 11:12
| Hello! I want to do this [in access]: UPDATE table SET field1 = "this" WHERE field2 = "that" AND SET field1 = "thisotherthing" WHERE field2 = "thatotherthing" Before i was creating loops and opening and closing the connection all the time but it seems like a clumsy method. Regards RIM thanks in advance! |