I have a report set up for printing labels, but the labels require more than just an address. The labels also have the addressee's ID number and a field that holds from 1 up to 15 1-letter codes that we use for mailing purposes. In order to retrieve these multiple codes, I set up a subreport that is linked on the addressee's ID number. The codes are retrieved perfectly, but I need them to display horizontally rather than vertically. i.e.:
ABC
rather than:
A
B
C
Also, multiple codes might be entered on multiple days. I must retrieve only those codes that were entered on the most recent day. So, if I entered DEF on 2/8/06, ABC on 2/9/06 and today is 2/10/06, I should only get ABC.
How can I do this?
I tried inserting the results from the subform into an array and then creating a string from the array elements, but I could not get this to work.
I also tried doing a cross-tab, but it never displayed on my parent table and I don't want any summary fields anyway.
If you haven't figured it out, I'm a beginner with Crystal Reports. Please help!! Thanks in advance.
ABC
rather than:
A
B
C
Also, multiple codes might be entered on multiple days. I must retrieve only those codes that were entered on the most recent day. So, if I entered DEF on 2/8/06, ABC on 2/9/06 and today is 2/10/06, I should only get ABC.
How can I do this?
I tried inserting the results from the subform into an array and then creating a string from the array elements, but I could not get this to work.
I also tried doing a cross-tab, but it never displayed on my parent table and I don't want any summary fields anyway.
If you haven't figured it out, I'm a beginner with Crystal Reports. Please help!! Thanks in advance.