I cannot form relationships with my tables. I keep getting indeterminate realtionships. I believe this is becasue I cannot define a primary key. I want to use three fields to define my primary key; however, I continue to get an error message that there are duplicates or the indexes are improperly marked. I indexed the fields to indicate yes or no for duplicates, but I still come up with an error. Any words of advice?
How are you trying to set the Primary Key? In table design view you
can ctrl-click each of the three fields, so they are all selected, and
then click the "key" icon; unless there are existing records for which
this set of fields has duplicates, you'll get a three-field primary
key which can then be used for your relationships. You need to draw
the relationship line THREE TIMES, one for each pair of matching
fields. Each field *individually* can have duplicates and should be
indexed as such, if you choose to create a separate index on the
individual field (it may not be necessary to do so).
If the program says there are duplicates ... there are probably
duplicates, and you'll need to fix them first. Run the "Find
Duplicates Query" wizard on the three fields to identify which records
are causing the problem.