Hello, here is the problem...<br><br>I have two tables (field A table1, field B table2), each with a 1:n to a third table (table3).<br>The third table can hold duplicate records of field A and field b, BUT the two fields together must be unique.<br><br>ex: field a 4<br> fieldb 6<br><br>cannot have a duplicate <br> field a 4<br> field b 6<br><br>CAN have<br> field a 4<br> field b 5<br><br>How do I prevent duplicates of combining both records in the third table?<br><br>I hope this is a clear question<br>Thanks in advance!