Hi Everyone, I am starting in this forum because i'm thinking this might have to be a custom function.
I have some records in this format...
Ref Class Date_in
A1234 3,2,3A 01/01/04
and need it to be this...
Ref Class Date_in
A1234 3 01/01/04
A1234 2 01/01/04
A1234 3A 01/01/04
Do I have to do this with code or is there some sort of weird union query that I can run?
In either case I'm stumped on how to proceed.
I have some records in this format...
Ref Class Date_in
A1234 3,2,3A 01/01/04
and need it to be this...
Ref Class Date_in
A1234 3 01/01/04
A1234 2 01/01/04
A1234 3A 01/01/04
Do I have to do this with code or is there some sort of weird union query that I can run?
In either case I'm stumped on how to proceed.