I have a database with two tables, Tubing, and connectors. Some tubes use multiple connectors resulting in a many to many relationship.
I have reviewed multiple videos and forums online detailing the process of creating this relationship and they all involve using a third associative table. This information comes from sources using older versions. I have the most up-to-date version of Access.
This method works pretty well. However, it becomes rather time consuming as I have 100+ tubing parts. Creating this third table essentially doubles my data input.
So my questions regard methods that exist or were introduced to newer versions of access that my solve my issue.
I have reviewed multiple videos and forums online detailing the process of creating this relationship and they all involve using a third associative table. This information comes from sources using older versions. I have the most up-to-date version of Access.
This method works pretty well. However, it becomes rather time consuming as I have 100+ tubing parts. Creating this third table essentially doubles my data input.
So my questions regard methods that exist or were introduced to newer versions of access that my solve my issue.
- Can I place something like a delimiter between foreign keys such as "2,3,6" from the connectors
- If the answer to 1 is no, are there methods in creating the associative table so that there can be a variable number of connectors per tubing. It is to my understanding that you would need multiple tables setup for something like 1 tubing for 5 different connectors.
- If none of questions are fulfilled, are there alternative data management software that would be worth looking into?
Comment