J
Jerry Crosby
Say I have a table with 12 fields, named color1 through color12.
Each field has the name of a color, and there can be duplicates.
So, if you were to view the 12 fields in a record, it might look like this:
red, yellow, black, yellow, orange, blue, red, purple, black, yellow, green,
red
Now, here's the challenge. I want a list (could be a new field in a
make-a-table query) that has all the colors in the record. So, for the
above, it would be:
red, yellow, black, orange, blue, purple, green
Before I delve into writing a complex If...then monstrosity, I thought
someone might have a better idea.
Thanks in advance.
Jerry
Each field has the name of a color, and there can be duplicates.
So, if you were to view the 12 fields in a record, it might look like this:
red, yellow, black, yellow, orange, blue, red, purple, black, yellow, green,
red
Now, here's the challenge. I want a list (could be a new field in a
make-a-table query) that has all the colors in the record. So, for the
above, it would be:
red, yellow, black, orange, blue, purple, green
Before I delve into writing a complex If...then monstrosity, I thought
someone might have a better idea.
Thanks in advance.
Jerry