No. No records are being added. I'd like to, but don't know how.
Private Sub Combo27_NotInList(NewData As String, Response As Integer)
MsgBox "Please Select A Patient From The List ", vbOKOnly, "Patient Not Listed"
Response = acDataErrContinue
End Sub
Below is what gives me the error when...