B
Bryan Hughes
Hello,
How do I design a query that counts different criteria number in a single
field?
I have a number field [CRE] that stores a corresponding number based on
client classification.
I need to make a query that will show the total number of 1, 2, 3 , 4 , 5
etc.
Example:
[CRE] = 1; TotalCount =5
[CRE] = 2; TotalCount = 10
[CRE] = 3; TotalCount =7
[CRE] = 4; TotalCount = 15
[CRE] = 5; TotalCount = 2
How can I make this work? It will go into a report.
-TFTH
-Bryan
How do I design a query that counts different criteria number in a single
field?
I have a number field [CRE] that stores a corresponding number based on
client classification.
I need to make a query that will show the total number of 1, 2, 3 , 4 , 5
etc.
Example:
[CRE] = 1; TotalCount =5
[CRE] = 2; TotalCount = 10
[CRE] = 3; TotalCount =7
[CRE] = 4; TotalCount = 15
[CRE] = 5; TotalCount = 2
How can I make this work? It will go into a report.
-TFTH
-Bryan