I have a combobox on my form that allows you to select a name. When I add a new record, I would like to check the name to make sure a record does not already exist in the table. I think I would use the before update property, but I'm not sure how to write the code to check if the name exists.