Forum Moderators: open
For example something like this -
Newcolumn1: Left(OriginalColumn, instr(OriginalColumn, ",")+1)
That would give you everything before the comma in a new calculated field called NewColumn1
Similarly use a Mid or right function to return everything after the comma in a second calculated field
Then simply use the query as the source for your tab delimited output.