The user is entering new data in unbound textboxes. The textbox I am validating is the "TagID" textbox. I have SQL code behind a Save button, and if the TagID matches what's in the table, I get a message saying the records cannot append.
By the way, the TagID is the primary key!