I'm using CRXI.

I was wondering if it is possible to get and display an equivalent data from a separate table after splitting one data field into arrays .

Let me put it this way. I have one table named tblNumberCombination which has one field and one record was saved: "1, 2, 3".

I have another table named tblNumberNames which has two fields and has three records saved: "1""One", "2""Two", "3""Three".

I will place the field from tblNumberCombination into the report, but I want to display it as "One, Two, Three".