Views: 6 Size: 432.0 KB">ExampleDatabase.accdb
Goal: I want to convert the name of every thing from my Main Table to its corresponding color and I want this information to come from a Color Table. Example: Cherry to Red, Apple to Red, Sky to Blue.
I want to have the query get the color from a Color Table because I want to be able to expand the list easily as time goes on. Also, this list needs to be able to be quite large.
I am currently using nested IIF statements but that will not cut it as the number of items grows.
I don't know how to orient the table for this to work best and I don't know how to use the query to accomplish this.
If anyone has any ideas or can point me in the right direction I would really appreciate it.