CPGDeveloper
Board Regular
- Joined
- Oct 8, 2008
- Messages
- 190
Hi Everyone~
There must be a simple way to do this -- If I have a table as follows:
Field1
A
A
A
B
B
B
I want to create a field that counts the instances of the value in Field 1...something like this --
Field1, Field2
A,1
A,2
A,3
B,1
B,2
B,3
Any help would be greatly appreciated. Thanks.
There must be a simple way to do this -- If I have a table as follows:
Field1
A
A
A
B
B
B
I want to create a field that counts the instances of the value in Field 1...something like this --
Field1, Field2
A,1
A,2
A,3
B,1
B,2
B,3
Any help would be greatly appreciated. Thanks.