I have been reading the recent posts on relationship designations and earlier posts about many-to-many relationships (including the sample db) to see if I can determine how to set up my db correctly but I am at a loss. I have two tables thus far, each with information for individuals (represented by an ID field) and their residences (represented by a residence number field). Each individual may have multiple residences, which leads me to believe I should set the indexing for ID and residence number to be okay for duplicates. However, when I try to set up the relationship between these tables (or between a junction table and these two, for that matter), I am told the relationship type is indeterminate. I have tried setting both fields as primary keys, and also set both fields to not be primary keys, and I am told of this indeterminate relationship either way. Any suggestions for how I ought to format this???