Hi there,
I am struggling with designing my database:
I have a table that has 31 fields: they are all locations. Each field has a choice of 11 different activities, from walking, cycling, fishing etc.
The primary key is my SurveyIDForm.
If I have a person that does more than one activity in each location, I would have to input that twice. Therefore having two or more records with the same SurveyFormID. I have tried to enforce referential intergrity in my relationships....but this comes up with a problem and it doesn't allow it. If I don't have enforced referential intergrity I think I may end up with orphan records.
Also it doesn't allow me to have one to many relationship.
I have another table with this same problem too, although on a smaller scale, I have 2 fields and in the field called ownership I can have 5 different options, ie the person might own a bike, a car etc, but if the person owns two or three different things I would have more than one record, with the same surveyIDform.
I am not sure how to do this, any suggestions would be great. Once I get this right I will go onto design my forms!
Thanks
Winter