G
Guest
Can anyone help me with the type mismatch in the following? Everything is of
type text. Thanks in advance.
If Not (IsNull(DLookup("txtName", "tblISS", "txtName = """ &
cboName.Column(0) & """" _
And "txtDate = """ & txtDateToServe & """"))) Then
type text. Thanks in advance.
If Not (IsNull(DLookup("txtName", "tblISS", "txtName = """ &
cboName.Column(0) & """" _
And "txtDate = """ & txtDateToServe & """"))) Then