I'm not sure that's going to be of any use to me as it returns all 11 users in the table, none of which have the same combination of letters or numbers.
For reference, this is what I have in my code now:
Private Sub txtPayrollIDSearch_AfterUpdate()
If DCount("*", "tblUser") > 0 Then...