Hi all,
I have a table with 5 columns showing outstanding orders. I am trying to create an emailing list for chasing these orders so would like to combine the rows of data so that there is only 1 row per salesperson, but the other columns still show all of the data.
currently I am only able to achieve this by merging the other columns into a text string in one column, and then grouping the rows.
Does anybody have any solution ideas?
I can provide more detail if required, just not sure what you need to know!
I have a table with 5 columns showing outstanding orders. I am trying to create an emailing list for chasing these orders so would like to combine the rows of data so that there is only 1 row per salesperson, but the other columns still show all of the data.
currently I am only able to achieve this by merging the other columns into a text string in one column, and then grouping the rows.
Does anybody have any solution ideas?
I can provide more detail if required, just not sure what you need to know!