Is there a way to concatenate vertically??
Meaning - instead of having the data showing in field like:
abc, def, ghi, jkl
Have it show like this:
abc
def
ghi
jkl
I have been working with:
[Fleet] & Chr(13) & Chr(10) & [Movement-Type]
Works, but not how I need for it too...
I need to be able to group on IID, and then show a "vertical concatenation" for each child record of IID.
Any suggestions?? Or examples??
Thanks in advance!!
jw
Meaning - instead of having the data showing in field like:
abc, def, ghi, jkl
Have it show like this:
abc
def
ghi
jkl
I have been working with:
[Fleet] & Chr(13) & Chr(10) & [Movement-Type]
Works, but not how I need for it too...
I need to be able to group on IID, and then show a "vertical concatenation" for each child record of IID.
Any suggestions?? Or examples??
Thanks in advance!!
jw