Hi!
Basically, here is my situation.
I have a table with the following fields:
ID
Amount
Here is a sample table:
ID, Amount
A, 1
B, 2
C, 3
D, 4
E, 4
I want to create a query with a new field called "CountOfAmount".
I need this field to count the number of occurrences of "Amount". For...