B
BMac
I tried to search for this one but not sure how to word it.
What I am trying to figure out is how to make a report that adds all the text
from a query together and displays it in one field.
For example:
I have a table that gets me the following data.
deconid logdate log
14 12/06/2007 This is just a test
14 12/07/2007 yes.. This is a log
14 12/08/2007 Yet a log number three
14 12/09/2007 This is number 4
I would like it to display this data in a report like this:
With DeconID 14,
"12/09/2007- This is number 4 ~ 12/08/2007- yes.. Yet a log number three ~
12/07/2007- yes.. This is a log ~ 12/06/2007- This is just a test"
Is that possible? If so how? I can't seem to find anything that will add
text together like that from a table with the data on different rows..
Thank you all for your help!
What I am trying to figure out is how to make a report that adds all the text
from a query together and displays it in one field.
For example:
I have a table that gets me the following data.
deconid logdate log
14 12/06/2007 This is just a test
14 12/07/2007 yes.. This is a log
14 12/08/2007 Yet a log number three
14 12/09/2007 This is number 4
I would like it to display this data in a report like this:
With DeconID 14,
"12/09/2007- This is number 4 ~ 12/08/2007- yes.. Yet a log number three ~
12/07/2007- yes.. This is a log ~ 12/06/2007- This is just a test"
Is that possible? If so how? I can't seem to find anything that will add
text together like that from a table with the data on different rows..
Thank you all for your help!