Hello,
I am working on normalizing a pretty messy database and I am running into a problem. The database needs to have columns for 17 individual connectors. These fields are populated from another table containing all of the possible connectors that could be used and a description of them. I need to set up a query that contains the 17 connector fields as well a field with the description of each connector. Is it possible to have this query auto populate the description fields from the table that contains the connectors. I have attached a picture below in hope that it will help explain what I am trying to do. Each pin has a label that has to be manually filled and a pin name that has to be chosen from another table. I want to have the pin description fields auto populate to match the selected pin names. I can achieve this through the use of an if statement but that will cause issues if any of the information needs to be changed or if I need to add another pin type later. I hope there is a way to make this work using relationships. Thank you for the help.