NickDenyer
Registered User.
- Local time
- Today, 15:50
- Joined
- May 2, 2012
- Messages
- 57
Hi all,
...maths never was my strong-point...
So, I'd like to populate some fields with a count of the amount of times a specific answer occurs in a range of fields.
For example, I have 5 textboxes on a form, with possible answers A,B,C,D:
TB1 = A; TB2 = B, TB3 = A; TB4 = C; TB5 = A
So, I'd like to see in another set of Text boxes (called TotalBoxA-D):
TotalBoxA = 3, TotalBoxB = 1, TotalBoxC = 1; TotalBoxD = 0
Because A appeared 3 times, B and C both occured once, and D never appeared so it was listed as 0.
Is this possible? I'm sure it is, I just don't know how to do it: I'm a dreamer, but I'm not the only one...
Any help would be greatly appreciated!
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
...maths never was my strong-point...
So, I'd like to populate some fields with a count of the amount of times a specific answer occurs in a range of fields.
For example, I have 5 textboxes on a form, with possible answers A,B,C,D:
TB1 = A; TB2 = B, TB3 = A; TB4 = C; TB5 = A
So, I'd like to see in another set of Text boxes (called TotalBoxA-D):
TotalBoxA = 3, TotalBoxB = 1, TotalBoxC = 1; TotalBoxD = 0
Because A appeared 3 times, B and C both occured once, and D never appeared so it was listed as 0.
Is this possible? I'm sure it is, I just don't know how to do it: I'm a dreamer, but I'm not the only one...
Any help would be greatly appreciated!
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!