Hi there,
I've got a database that the user can store data to, but I would like to make it so if there is already a record with the data they enter then it stops them from entering it.
E.G.
Database contains record with the value "Example", user tries to create new record with value "Example", application then informs the user that that value already exists.
I've got a database that the user can store data to, but I would like to make it so if there is already a record with the data they enter then it stops them from entering it.
E.G.
Database contains record with the value "Example", user tries to create new record with value "Example", application then informs the user that that value already exists.