K
K Kindle
I have a table that has notes related to records in
another table
Key OtherTableKey Note
1 2 "Some sort of note"
2 2 "Another note"
3 1 "A note on a different record"
I would like a query to return all notes concatenated
together by the OtherTableKey. E.g.,
OtherTableKey ConcatenatedNote
1 "A note on a different record"
2 "Some sort of note, Another note"
Can anyone provide any suggestions? (There is no limit to
the number of Notes associated with the OtherTableKey, but
it is not likely to be more than 6-10).
Thanks in advance!
KK
another table
Key OtherTableKey Note
1 2 "Some sort of note"
2 2 "Another note"
3 1 "A note on a different record"
I would like a query to return all notes concatenated
together by the OtherTableKey. E.g.,
OtherTableKey ConcatenatedNote
1 "A note on a different record"
2 "Some sort of note, Another note"
Can anyone provide any suggestions? (There is no limit to
the number of Notes associated with the OtherTableKey, but
it is not likely to be more than 6-10).
Thanks in advance!
KK