Hello,
Trying to work out a many-to-many relationship that has multiple fields in one table relating to records in another table. I am building a form that will keep track of several manufacturing lines on a daily basis. The information needs to be grouped by day. I am keeping track of different materials used on each line. So on any given day, a specific material might be used on line 1 only, or it might be used on lines 4 and 8 or whatever combination.
To oversimplify the setup, I would have a production table and a material table. The production table would have one field for each manufacturing line that would relate to the material table which would contain the details of each material.
I have done this type of thing before completely programatically and ingored setting up the relationships, but I keep thinking that there has to be a way to do it the right way. All of the examples I can find for many-to-many are for just one field.
Hope this makes sense. Thanks for any help
Trying to work out a many-to-many relationship that has multiple fields in one table relating to records in another table. I am building a form that will keep track of several manufacturing lines on a daily basis. The information needs to be grouped by day. I am keeping track of different materials used on each line. So on any given day, a specific material might be used on line 1 only, or it might be used on lines 4 and 8 or whatever combination.
To oversimplify the setup, I would have a production table and a material table. The production table would have one field for each manufacturing line that would relate to the material table which would contain the details of each material.
I have done this type of thing before completely programatically and ingored setting up the relationships, but I keep thinking that there has to be a way to do it the right way. All of the examples I can find for many-to-many are for just one field.
Hope this makes sense. Thanks for any help