I have a field in a query that returns a value that has 10 digits(spaces). An example would be xxxxxyyyyy, or it would be xx yyyyyy. So it can be any combination of X, Y, or a space. Is it possible to split up each one of the digits/spaces into a separate field for each? I guess it would be like a text to columns in excel. I saw a previous thread about it but not sure if it would apply in my example.