I have a save button on my form. I want it to update the record if the SkidID is the same. If it's not the same I want it to insert the new record. The problem I'm having is that the SkidID is the same everytime so it never inserts..Can anyone help me?
Private Sub btnSave_Click()
Dim...