R
Robin
I am trying to run a crosstab query on a text field (LunchType) and the data
will be "H" or "M". When the query runs If a student has two records that
one has an "H" and one that has an "M" it creates two lines of data in the
crosstab instead of haveing the H & M on the same line. The Lunchtype field
is the one that set up in the query to be calculated for each row and column
intersection and I used the count for the method. My columning heading is
my date field. Here is an example of the way I would like the data to be:
Student Name Date1 Date2 Date3 Date4 Date5
Joe Black H H M H
Here is the way it prints now:
Student Name Date1 Date2 Date3 Date4 Date5
Joe Black H H H
Joe Black M
Is there a way to fix this??
Thanks
will be "H" or "M". When the query runs If a student has two records that
one has an "H" and one that has an "M" it creates two lines of data in the
crosstab instead of haveing the H & M on the same line. The Lunchtype field
is the one that set up in the query to be calculated for each row and column
intersection and I used the count for the method. My columning heading is
my date field. Here is an example of the way I would like the data to be:
Student Name Date1 Date2 Date3 Date4 Date5
Joe Black H H M H
Here is the way it prints now:
Student Name Date1 Date2 Date3 Date4 Date5
Joe Black H H H
Joe Black M
Is there a way to fix this??
Thanks