I have one table named:
Delegates
This table has four fields:
ID(Auto increment, Primary) MemberNo, FromYr, ToYr
Just add a unique index on that column, then inserting duplicates will cause an error. You can then error handle it if it needs to fail gracefully