Hi,
i need some help designing my table.
I have a DB table have 2 columns with same data and 3rd column with a different data.
I have two such rows.
Now when i print my table in the report I need the report to be displayed as one record itself have the first two columns and the third one with the two different rows merged.
Any help with this would be very much appreciated.
DB Table
col1 col2 col3
AA BB CC
AA BB XX
I need it to be displayed in the report as
col1 col2 col3
AA BB CC,XX
Regards,
Ron
i need some help designing my table.
I have a DB table have 2 columns with same data and 3rd column with a different data.
I have two such rows.
Now when i print my table in the report I need the report to be displayed as one record itself have the first two columns and the third one with the two different rows merged.
Any help with this would be very much appreciated.
DB Table
col1 col2 col3
AA BB CC
AA BB XX
I need it to be displayed in the report as
col1 col2 col3
AA BB CC,XX
Regards,
Ron