I am having a problem with the criteria part of my dcount. What I want to do is to see if KanBan fro mmy tblPartNumber has already been used from Me.KanBan. If so I will inform the user this number already exists.
If DCount("[KanBan]", "tblPartNumber", "[Kanban] = " "& Me.KanBan &") > 0 Then
.
.
End If
Start Free Trial