Hello, trying to understand what I am doing wrong. I have a DLookup to search the table for duplicate records before update, but it keeps producing an error. Any help would be appreciated.
Private Sub DOB_LostFocus()
If (Not IsNull(DLookup("[LastName]", _
"tbl_Client", "[LastName] ='"...