Hi, I am new at ACCESS. WHen I do a query using let's say,
the field called GENDER, and I have two rows, one with the GROUP BY in the total, and the other one with count in the total, output is correct, x amount of female, x amount of male, the first row has the words FEMALE and MALE, the second row has the count of each. That is what I wanted.
However, if I add another field, let's say, HAND DOMINANCE, which would be "left", "right", and I use two more rows with GROUP BY and count in the total line, the output is
not correct, and it gives me all the records. If I add more fields where several results can come out, it keeps getting progressively worse.
I was trying to avoid running a query per field, it can get quite extensive.
Sincerely,
Mario
the field called GENDER, and I have two rows, one with the GROUP BY in the total, and the other one with count in the total, output is correct, x amount of female, x amount of male, the first row has the words FEMALE and MALE, the second row has the count of each. That is what I wanted.
However, if I add another field, let's say, HAND DOMINANCE, which would be "left", "right", and I use two more rows with GROUP BY and count in the total line, the output is
not correct, and it gives me all the records. If I add more fields where several results can come out, it keeps getting progressively worse.
I was trying to avoid running a query per field, it can get quite extensive.
Sincerely,
Mario