C
Caroline
wonder if anyone can help me - I have created a form to allow users to input
data from notices - each notice has a unique number. As our processes allow
for input of data from a master copy or the customers copy on occasion we
have duplicates. In the table I have designated the field "Notice Number" as
the primary key and in the properties made it required and indicated in the
index that no duplicates are allowed. However, if a duplicate notice number
is entered the system error message indicating that duplicate data has been
entered is not displaying until the whole form has been completed and the
user is attempting to close or move onto the next record - which is wasting
time. How can i create a validation rule in the table or the form which
prevents duplicate entries being entered and displays text to the user
warning that the notice is already in the databse as they move into the next
field rather than when they finish entering all the other data?
data from notices - each notice has a unique number. As our processes allow
for input of data from a master copy or the customers copy on occasion we
have duplicates. In the table I have designated the field "Notice Number" as
the primary key and in the properties made it required and indicated in the
index that no duplicates are allowed. However, if a duplicate notice number
is entered the system error message indicating that duplicate data has been
entered is not displaying until the whole form has been completed and the
user is attempting to close or move onto the next record - which is wasting
time. How can i create a validation rule in the table or the form which
prevents duplicate entries being entered and displays text to the user
warning that the notice is already in the databse as they move into the next
field rather than when they finish entering all the other data?