B
btcovey
This should be easy, but is confounding me. I have a simple option group on a
form, stored as 1-7 in the table. I want to count the number of records for
each option and, then, present this information by each option. I've tried
this by ORDER BY and GROUP BY queries, beginning with a simple SELECT
sub-query; I tried pulling everything into the query, then using a calculated
control to count by each numbered option - all to no avail.
Does anyone have any suggestions?
Thank you.
form, stored as 1-7 in the table. I want to count the number of records for
each option and, then, present this information by each option. I've tried
this by ORDER BY and GROUP BY queries, beginning with a simple SELECT
sub-query; I tried pulling everything into the query, then using a calculated
control to count by each numbered option - all to no avail.
Does anyone have any suggestions?
Thank you.