update multiple records (solved)
hi
i have a table called LIST with the the following columns, ID, NAME, DEPT. other than ID which is the primary key, the other 2 columns accept null values
now i have a form which displays all the records from LIST in the respective fields, i.e. ID column in txtfieldID, NAME in txtfieldNAME etc. is there anyway i can update all the records shown after submitting the form? updating a single record is fine, but when it comes to multiple records, the values in request("txtfieldID") etc will be in array
how do i go about constructing my statement to update multiple records?
btw. i am using access at home and sql at the office, incase there is a difference in the way to construct the abovementioned statement
|