A
AngelaMC
Guest
I am getting an 3022 error (duplicate index) in VBA when I try to save a new record, saying that the record has not been saved, but when I go back to check the table, it has been saved. Does anyone know why?
rst.AddNew
rst!<field> = <value>
rst.Update
-> error 3022
rst.AddNew
rst!<field> = <value>
rst.Update
-> error 3022