wanabxlnerd
New Member
- Joined
- Sep 19, 2004
- Messages
- 20
I am trying to take information from several queries and put them into one table so that I can tally frequencies, but I do not remember how to do this.
I have four queries with columns of coded information: Table for Person 1, Table for person 2,..3, and 4. Each query has about ten columns, one of which is their name for every record.
I need to combine the four queries in a variety of ways so that I get a table that has a name column plus two of the others. (Thus first all of Jane's rows, then John's rows, then Mike's rows). The goal is to then make a crosstab with Name as the Row variable (4 rows, one for each person), and one column heading as the column, and the third column as a frequency count inside the cross-tab.
Any help is much appreciated!

I have four queries with columns of coded information: Table for Person 1, Table for person 2,..3, and 4. Each query has about ten columns, one of which is their name for every record.
I need to combine the four queries in a variety of ways so that I get a table that has a name column plus two of the others. (Thus first all of Jane's rows, then John's rows, then Mike's rows). The goal is to then make a crosstab with Name as the Row variable (4 rows, one for each person), and one column heading as the column, and the third column as a frequency count inside the cross-tab.
Any help is much appreciated!
