Hi there,
An administrator adds students to a database via a form. He types in the student number and the other student details and then this is saved in the database. The problem is, sometimes he does not check if the student already exists and it doesn't return the duplication error until he tries to save the record manually.
Is there a way of putting a check on exiting one of the textboxes to save this user getting to the end of the data entry to find it exists already?
An administrator adds students to a database via a form. He types in the student number and the other student details and then this is saved in the database. The problem is, sometimes he does not check if the student already exists and it doesn't return the duplication error until he tries to save the record manually.
Is there a way of putting a check on exiting one of the textboxes to save this user getting to the end of the data entry to find it exists already?