Hi All,
What i am trying to do is avoid inserting duplicate records into a database. I am inserting the records using a webpage but when i enter a flight number(primary key) that already exists i get an error and system crashes.
What i want to do is if a duplicate record is about to be entered then redirect the user to another page. Is this possible
Thanks in advance
Matthew
What i am trying to do is avoid inserting duplicate records into a database. I am inserting the records using a webpage but when i enter a flight number(primary key) that already exists i get an error and system crashes.
What i want to do is if a duplicate record is about to be entered then redirect the user to another page. Is this possible
Thanks in advance
Matthew
Comment