I want to link two tables, the main table has a field called custnum, which can have many of the same values, so I have to index it regular. But the customer table has the same custnum field, but it cant have repeat values so I have to candidate for primary for the index. I want the main table to be the parent table, but when I relate the two, the customer table becomes the parent. Is there any way I can stop this from happening but still link the two tables the same?