http://office.microsoft.com/en-us/acces ... 24247.aspx
I know it's for Access, but that doesnt matter. What matters is the clear definition and examples of many to many relationships!
Sigh. Alright, so I'm designing my database, and I'm following along the rules of normalization; but I'm stuck
While doing this, I realized that I have a situation where a field seems to need more than one value within it.
And I know that's very wrong, and it'll be a big pain later if I do it that way.
And I've got several tables that have the exact same problem.
What I've got is:
Clothing (Linked to MaterialDegen, Tools, Resources)
-Name
-Primary Key (Clothing)
-Degen FKey
-ReqResources
-ReqTools
I have tables like this, where they have required items and resources in order to be made.
Like for tools, if it's a silk dress, you have to have scissors, a sewing needle, and a loom.
I was told to use a junction table, which I know what that is, but I'm not sure I'd know how to apply that here.
I think maybe I'm having a brain dead moment. It's a many-to-many relationship, for sure.
Many tools are used to make items, and almost all items require more than one tool..
So how the heck would I make this junction table without using more than one value, or having an obscenely large table with lots of redundant repetition?
Can anyone help this noob?
