J
Jon Frost
I'm trying to create a simple query that builds a single
expression by gathering information from a single table.
I'm trying to look at 3 fields in the table (catagory1-
catagory3) and collect the results VERTICALLY in the
query with a new record for EACH piece of Catagory
information.
Example:
Table
rec # cat1 cat2 cat3
001 aaa ggg ttt
002 rrr ddd aaa
Query
aaa
ggg
ttt
rrr
ddd
aaa
Can someone point me in the right direction?
expression by gathering information from a single table.
I'm trying to look at 3 fields in the table (catagory1-
catagory3) and collect the results VERTICALLY in the
query with a new record for EACH piece of Catagory
information.
Example:
Table
rec # cat1 cat2 cat3
001 aaa ggg ttt
002 rrr ddd aaa
Query
aaa
ggg
ttt
rrr
ddd
aaa
Can someone point me in the right direction?