I have a database with a table with the following 3 columns of data:
WORKORDER - SEQNBR - COMMENT R12345 1 This work was performed on Dec 3 R12345 2 1999 and resulted in the removal R12345 3 or all similar pumps. All pumps R12345 4 have been replace or repair
I'm looking to combine or concatnate all of the COMMENTS for a particular WORKORDER into one column or report text box
Ex: R12345 "This work was performed on Dec 3 1999 and resulted in the removal or all similar pumps. All pumps have been replace or repair.
Is this possible? Any help would be greatly appreciated!