Hi Richard If you are confident that the fields do not contain commans, then the following regualr expression can be used to find the Nth part: find(#myField, "[^,]+", N) Replace N with 1 or 2 or 3 etc. So in tab 3, add new fields called adrs1, adrs2 etc and initialise them with find(#myField...