I have a data field which I need to seperate. Here is an example of the field.
Record 1 5
Record 2 5,5,5,5
Record 3 5,5,10,10,10,11
Record 4 2,2,2,2,2,2,2,2,2,10,10,10,10
I have been trying to achieve this using Left, Mid and Instrs, etc functions in my query, but limited success so far.
My objective is to be able to count the occurrances of the different numbers per record.
Record 1 One 5
Record 2 Four 5
Record 3 Two 5, Three Ten, One 11
etc.
Kind Regards
Ted
Record 1 5
Record 2 5,5,5,5
Record 3 5,5,10,10,10,11
Record 4 2,2,2,2,2,2,2,2,2,10,10,10,10
I have been trying to achieve this using Left, Mid and Instrs, etc functions in my query, but limited success so far.
My objective is to be able to count the occurrances of the different numbers per record.
Record 1 One 5
Record 2 Four 5
Record 3 Two 5, Three Ten, One 11
etc.
Kind Regards
Ted