I have a table of golf courses. Each table entry contains room for up to 3 tee boxes(ie. Blue, White, Red). I use a combobox to select a particular golf course. In the next combobox, I want to be able to select which one of the three tee boxes will be used. Note: These colors are not fixed, so I can't use a value list. They are variable, so I need to extract the colors from the table fields and display them in a combobox so I can select a single one.