the list of names must be in a table. How do I look up in that table? Your logic seems right, but that can't be valid syntax. Is it?
I am wondering if its a query I need
Private Sub Visitor_Name_LostFocus()
If Query =True Then
msgbox("Name Found")
else
end if
That's the logic...