Hello, I am trying to make a nice database for my board game collection, with the name, publisher, year published, # of players etc... One of the entry will be the designer. Many games have just one, but some have 2, or more. I could use a Multivalued field, but I read it is discouraged by database normalization principles. From what I read, having a subform with many-to-many relationships would be the way to go, but I am not exactly sure about how to implement in my case, even though I feel like it is a fairly simple (or not too uncommon) situation. Anyone can help?
Frederic