COMPOSITE PRIMARY KEY

COMPOSITE PRIMARY KEY

My form has three fields A,B,C forming a composite key. How do I enforce an "on add" script so mass-loading of data will be filtered: only lines with composite key A+B+C  that are unique and not duplicating existing records will be inserted? 

Thanks!  I have researched this before but there seems to be no answer to this questions.