I have a sample table for my vehicle inventory. It includes the collumns model, make, color and code. For every model, make and color vehicle there is a code assigned. For example a ford, focus, red can be assigned code #1. A ford focus, blue can be assigned code #2 and a chevy, camaro, yellow could be assigned code #9.
If I have another table from a third party that includes all of the same collumns except the code collumn, how can I automate the linking of the tables to assign the appropriate code to the third party table?
If I have another table from a third party that includes all of the same collumns except the code collumn, how can I automate the linking of the tables to assign the appropriate code to the third party table?