I have a report that extracts information from 2 separate excel sheets. Sheet1 has employee information and Sheet2 has Employees Beneficiary and Vol Beneficiary info. In Sheet2 there may be null values for both Beneficiary and Vol Beneficiary like the first line illustrated below in sheet2. The tables are linked by Co No and Emp No. In the crystal report layout (shown on the bottom) I would like it to display one line for the Beneficiary and another line for Vol Beneficiary serparated by commas. Is there a way to do this. Maybe creating an Array? Any advise regarding this problem would be great. 
sheet 1 <-(Imported Excel Table name)
Name |Emp No |Address |Dept NO |Co No
---------------------------------------------------------
John D. |1 |123 Street |12 |123
Bill C. |2 |231 Street |17 |123
Ann F. |3 |342 Street |56 |123
Bob T. |4 |345 Street |89 |123
sheet 2 <-(Imported Excel Table name)
Emp No |Beneficiary |Vol Beneficiary |Co No
----------------------------------------------------------
1 | | |123
1 |Sam D. | |123
1 | |Don D. |123
1 | |Bob H. |123
1 | |John D. |123
1 |Dude F. |Sammy I. |123
*** One Employee shown there may be employees with multiple Beneficiaries and Vol Beneficiaries
------------------------------------------------------------
Crystal Report layout ( The way it is supposed to look like)
Emp No: 1
Name : John D.
Address: 123 Street
Dept No: 12
Co No: 123
Beneficiary: Sam D., Dude F., Sammy I.
VolBeneficiary: Don D., Bob H., John D.
**Beneficiary and Vol Beneficiary are supposed to displayed in 2 separate lines with information divided by commas
sheet 1 <-(Imported Excel Table name)
Name |Emp No |Address |Dept NO |Co No
---------------------------------------------------------
John D. |1 |123 Street |12 |123
Bill C. |2 |231 Street |17 |123
Ann F. |3 |342 Street |56 |123
Bob T. |4 |345 Street |89 |123
sheet 2 <-(Imported Excel Table name)
Emp No |Beneficiary |Vol Beneficiary |Co No
----------------------------------------------------------
1 | | |123
1 |Sam D. | |123
1 | |Don D. |123
1 | |Bob H. |123
1 | |John D. |123
1 |Dude F. |Sammy I. |123
*** One Employee shown there may be employees with multiple Beneficiaries and Vol Beneficiaries
------------------------------------------------------------
Crystal Report layout ( The way it is supposed to look like)
Emp No: 1
Name : John D.
Address: 123 Street
Dept No: 12
Co No: 123
Beneficiary: Sam D., Dude F., Sammy I.
VolBeneficiary: Don D., Bob H., John D.
**Beneficiary and Vol Beneficiary are supposed to displayed in 2 separate lines with information divided by commas