If I want to Count the number of times something occurs in a Table how do I do that...
I could do with the Recordcount property to get a total figure. For example
If a following table exists:
A
A
A
A
B
B
C
D
D
How do I know how many times does A exists and so on....
