So I have inherited a dbf file with 3 fields.
ID, MS1, MS2
ID is a primary key, MS1 and MS2 are each field with different values in them separated by a comma.
Example
ID MS1 MS2
============ ================ =====================
1 a, b, c x, y, z
2 b, d, f y, z, u
Want I need to figure out is:
How many As exist in the field. How many B's. etc
ID, MS1, MS2
ID is a primary key, MS1 and MS2 are each field with different values in them separated by a comma.
Example
ID MS1 MS2
============ ================ =====================
1 a, b, c x, y, z
2 b, d, f y, z, u
Want I need to figure out is:
How many As exist in the field. How many B's. etc