|
Thanks to everyone who suggested pivot tables, but I'm afraid they won't help me with this. The problem is that the values to
be concatenated are notes -- basically, we have a notes table
with each note line being one row, and the user wants to see all the notes going horizontally across the page. So a better example
of what they want me to do is, given:
PO# Note
1 Ship the swimsuits
1 to facilty in Tampa
1 and the skis
1 to our Calgary warehouse
2 Confirmed by Irma
2 this will ship Thursday
the user wants to see this:
PO# Note
1 Ship the swimsuits to facilty in Tampa and the skis to our Calgary warehouse
2 Confirmed by Irma this will ship Thursday
Charles Wilt writes:
You might be able to write a UDF that would do it....
You can do a pivot... <<SNIP>>
Then maybe run the pivoted table through some field
concatenations...
But since the i doesn't have a built-in pivot function, you
have to have a predefined set of values in sub-set to pivot
on.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.