My data base consists of two table: units and components. A unit can contain many components. Units require three fields to uniquely identify them, I used these three fields to form the key, I then included the same fields within components in order that I could create a one to many relationship between the tables. I have read that using a multi field key in this way will make queries more complex. My question is is there a easier way to link the two tables, If I use the auto number system that access offers, how do I link my unit and component table? What I'm asking is what is the best way to design this?
thanks for any suggestions
thanks for any suggestions