petejigsaw
MIS
I am designing a report that shows customer service callout summaries. The data is well structured into various tables that link together fine.
I am now up against a problem where the text typed relevant to a given 'memo' on the customer service record is broken into lines and stored in a table as:
EventID Line No. Text
76253 1 This is my problem. The
76253 2 data is stored in separate
76253 3 lines that I am struggling
76253 4 to combine.
Now when I link the EventID in the main report table to this textstore table, using the EventID field, I get 4 detail lines. I need to find a way to combine these so that each EventID simply shows the relevant text as a block, no matter how many lines there may be.
I'm using CR2008.
Thanks in anticipation.
I am now up against a problem where the text typed relevant to a given 'memo' on the customer service record is broken into lines and stored in a table as:
EventID Line No. Text
76253 1 This is my problem. The
76253 2 data is stored in separate
76253 3 lines that I am struggling
76253 4 to combine.
Now when I link the EventID in the main report table to this textstore table, using the EventID field, I get 4 detail lines. I need to find a way to combine these so that each EventID simply shows the relevant text as a block, no matter how many lines there may be.
I'm using CR2008.
Thanks in anticipation.