G
Guest
I want to add a new record to my form on a click event. The way I'm doing it now works but It overwrites the record and I want to add a new record. This is what I'm doing
intConfirmation = MsgBox("Do you want to enter this test information into the database?", vbYesNo, "Confirmation"
If intConfirmation = vbYes The
[Test History].Form_frmOximeterTest.TestNumber = TestNumber +
[Test History].Form_frmOximeterTest.TestNumber = TestName = cboTestName.Valu
End If
intConfirmation = MsgBox("Do you want to enter this test information into the database?", vbYesNo, "Confirmation"
If intConfirmation = vbYes The
[Test History].Form_frmOximeterTest.TestNumber = TestNumber +
[Test History].Form_frmOximeterTest.TestNumber = TestName = cboTestName.Valu
End If