I have a form where the primary key is the persons initials and a date. Only one record per initial on a specific date. If someone tries to enter another record with the same initials and date, they get an error message that reads, “You can’t go to the specified record. You may be at the end of a record set. ” I would like the error message to be more user friendly like, ” Record for those initials and date already entered.” I think I would want to put code in the After Update event of the form. How would I code this??
Also, is there anyway to bring up the record that they are trying to duplicate?