Question : increment the counter for each category

let's say the current status of my inventory is the following:
1. Ordered
2. Backordered
3. Out of stock
I would like to be able to do the following  in the group footer for my report: for each category, increment the counter. in the end I would like to have something like:

Ordered: 2
Backordered: 12
Out of stock: 12
You help is greatly appreciated.

Answer : increment the counter for each category

Hi rwamuhire,

This is a common requirement.

In the footer of your report place an unbound text box for each summary count.

In the textbox (or in the ControlSource property) enter: =Count([Ordered]) , etc..
(Changing [Ordered] to the name of the field you want to summarize in each textbox i.e. [Backordered], [Out of Stock], etc...)
Random Solutions  
 
programming4us programming4us