I'm trying to query a text string field, and count occurrences of specific values. For example, if the first value in the field were BRDRBTB, I would like a separate field to count the number of occurences of the letter B, which would be 3, and a field to count the number of occurences of the letter R, which would be 2. If the next value in the source field were RRSBRR, the queries would show 1 and 4, respectively. As with this example, these strings are not of uniform length.
Is there a way to do this? I'd be eternally grateful if someone could help. Thanks.
-Seth
Is there a way to do this? I'd be eternally grateful if someone could help. Thanks.
-Seth