Yeah SkidID is from my form. I want it to check the SkidID that I have in my table and compare to the one entered on the form.
They are the same everytime when I hover over them.
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...