F
frank
I am very new to Access, I want to ask a basic questions.
I have a query that is generated from a table using some criteria. One field
of the query is called "company ID". I want to do a cumulative count for the
frequency of each company ID appears in the field. For example, the field is
like
Compan ID
1
1
3
5
2
5
1
The result should be:
ID/Frequency
1/3
2/1
3/1
5/2
Can anyone give me a clue?
I have a query that is generated from a table using some criteria. One field
of the query is called "company ID". I want to do a cumulative count for the
frequency of each company ID appears in the field. For example, the field is
like
Compan ID
1
1
3
5
2
5
1
The result should be:
ID/Frequency
1/3
2/1
3/1
5/2
Can anyone give me a clue?