I have a macro for the menu bar that opens a form to add a new record. The record name property allows No Duplicates. I need an error message to appear if the new record entered has the same name as an existing one.
Currently, the form appears to accept data changes, but does not. This needs to happen as soon as the duplicate name is entered.
How can I do this easily?
Currently, the form appears to accept data changes, but does not. This needs to happen as soon as the duplicate name is entered.
How can I do this easily?