Ok, let's break this down.
DCount("*","TableNameHere", "[NameFieldNameHere]=" & Chr(34) & Me.YourNameControl & Chr(34) & "
* - refers to all the fields in your table
TableNameHere - Refers to your record source, which could be a table or query.
NameFieldNameHere - Refers to the name of the...