Skip to Content
0
Former Member
Feb 11, 2011 at 09:20 PM

Crystal Report 13.0.2000.0+VB 2010 - One Text Object containing more record

27 Views

Hello,

in my report I have created this command:

select Field_A, Field_B from Table where ID = 1;

Output is:

A - 1

B - 2

C - 3

D - 4

In report header i need to fill only one text object with all records as follow:

"A - 1 / B - 2 / C - 3 / D - 4"

I'm not able to do so

Thanks in advance.