S
Scott
I need a function that will list comments associated with records if they
exist!
Records:
DataA(1->n)
DataB(1->n)
DataC(1->n)
Comment (some of 1->n)
I want to list the comments that exist like so.
Comment(n) DataA(n) DataB(n)
Kind of a stumper for me.
exist!
Records:
DataA(1->n)
DataB(1->n)
DataC(1->n)
Comment (some of 1->n)
I want to list the comments that exist like so.
Comment(n) DataA(n) DataB(n)
Kind of a stumper for me.