Hello,
I have a button on my form that inserts a record into a table, filled with the contents of textboxes on that form. It works, but it is also does something strange - more oten than not it also updates one of the existing records with the data from the form (it only updates one of the fields- usually record no. 2, but sometimes 1 or 3 (out of 340).
I've tried inserting via both RunSQL and recordset with same result, so I guess it's not the matter of bad syntax. Access doesn't show any update warning.
Did this happen to anyone else?
I have a button on my form that inserts a record into a table, filled with the contents of textboxes on that form. It works, but it is also does something strange - more oten than not it also updates one of the existing records with the data from the form (it only updates one of the fields- usually record no. 2, but sometimes 1 or 3 (out of 340).
I've tried inserting via both RunSQL and recordset with same result, so I guess it's not the matter of bad syntax. Access doesn't show any update warning.
Did this happen to anyone else?