I just hope someone here is able to help with this. I have on a form a combo box with its list of values derived from a table. The values selected from the combo box are all stored in one field in another table.
I want to count all the like values so I can group the like values into different groups on a report. To do this, I have created a query including the table where the values are stored. I have been able to separate/filter the values into individual columns/fields inside the query. However, whenever I run the query I don't get actual constants but instead I get a -1 or 0 value in each column.
So far I have been able to count the values using the DCount function from within a report.
However, the challenge is that I am still not able to add any further grouping to the totals on the report. Whenever, I create a group heading on the report, the total count of all the values keeps coming up for each group instead of the quantity in that group.
Anyone interested can view a scaled down version of the db here
I want to count all the like values so I can group the like values into different groups on a report. To do this, I have created a query including the table where the values are stored. I have been able to separate/filter the values into individual columns/fields inside the query. However, whenever I run the query I don't get actual constants but instead I get a -1 or 0 value in each column.
So far I have been able to count the values using the DCount function from within a report.
However, the challenge is that I am still not able to add any further grouping to the totals on the report. Whenever, I create a group heading on the report, the total count of all the values keeps coming up for each group instead of the quantity in that group.
Anyone interested can view a scaled down version of the db here