B
BECAM
I have a database which includes a table of carton descriptions. The table
has two columns - ID and Description (as below)
ID Description
1 02*936 + 01*921 + 12*854
2 12*954 + 05*521
3 09*712 + 09*713 + 01*254 + 02*255
etc
Is there a query that i can run that can use the "+" symbol to split the
field in the table into individual columns in a query
ie. ID Col1 Col2 Col3 Col4
1 02*936 01*921 12*854
2 12*954 05*521
3 09*712 09*713 01*254 02*255
has two columns - ID and Description (as below)
ID Description
1 02*936 + 01*921 + 12*854
2 12*954 + 05*521
3 09*712 + 09*713 + 01*254 + 02*255
etc
Is there a query that i can run that can use the "+" symbol to split the
field in the table into individual columns in a query
ie. ID Col1 Col2 Col3 Col4
1 02*936 01*921 12*854
2 12*954 05*521
3 09*712 09*713 01*254 02*255