P
Paul Axelrod
In one of the tables in my database, I have fields PJIDNo Whse1
Whse2 Whse3
The three Whse fields store one character values a, b, c, d,
........
To count the number of occurances of b in field whse1, I place the
following formula into a control on a Form or Report:
=sum(iif([whse1]=b,1,0)) This returns the number of occurances of b
in field whse1
The question is, how can I calculate the number of occurance of the
three whse fields, within one control.
Many thanks
Paul
Whse2 Whse3
The three Whse fields store one character values a, b, c, d,
........
To count the number of occurances of b in field whse1, I place the
following formula into a control on a Form or Report:
=sum(iif([whse1]=b,1,0)) This returns the number of occurances of b
in field whse1
The question is, how can I calculate the number of occurance of the
three whse fields, within one control.
Many thanks
Paul