I have a form which includes an Application # that cannot be duplicated. I've set it in the table to be indexed with no duplicates. If a duplicate gets entered on the form, however, it won't alert the user until he/she moves to the next record. Is there a way to alert the user immediately after updating the field so that they don't enter a whole record first? Maybe on the After Update event? Thanks!