Question
Eliminate duplication of information in database
I created a form that allows the user to enter the name of a state and the state's abbreviation. I need a statement that will evaluate the states table and see if the stateName in the form is already in the state table. I want the form to display an errorMessage and repost the form so the user will enter a new stateName and stateAbbr. Any suggestions?
