This might sound kind of strange, but I was wondering if there was a way to check if an item is "Not in List" without using a combo-box. Here is my situation: I have a field 'Employee ID' on a form, where the employee enters in their own ID number. My problem is that I need something that will check the employee table to see if the number exists and display a message like "This is not a valid employee number" if an error occurs.....but, I don't want a combo-box. The reason for this is because I don't want the employee to be able to click the down arrow on the combo-box to see all the different numbers that are in the table, so that they would be able to just pick whoever's Id they want. The employee should only know their own ID to enter into the field. The combo-box works great except for that fact, but I still think there might be a way to do it without using a combo-box. I've been searching through the forums but can't seem to find anything similar to this problem.....does anyone have any suggestions?