Hi
I have the following code in a form to check whether the string being inputted already exsits in the data:
On Error Resume Next
Dim msg, style, title, response, MyString, field, source, criteria
If Len(Me.Txt_NewTier2.Value & vbNullString) = 0 Then
Else
If DCount("Genus"...