Do the fields always have the same number of entries?
If so, I would use the split function. So something like this:
cdbl(split({table.field}, ',' )[1])
+
cdbl(split({table.field}, ',')[2])
+ etc.......
If they don't, I'm not really sure. Maybe someone else could answer that.
Edited by FrnhtGLI - 26 Feb 2010 at 5:05am