I need to warn of duplicate entry based on a user-entered field in a form. This is for an employee database and the field in question is the Social Security Number field. This field needs to be able to accept duplicates so setting the property to unique is not an option. After the user enters the employee’s SS#, I want a message to pop up warning of a duplicate if one exists. If the record is not a dup. then there will be no message. Please help if you can. I am not to good at VB so if this is the best solution please provide as much description as possible. Thanks!