I have a table that houses the data like so:
GTWY LMPer
ABQ J.C. Weis (757)
ABQ Lori Stewart (767)
ABQ Darin Muhs (A300)
How can I get the data to look like this:
GTWY LMPer
ABQ J.C. Weis (757)
Lori Stewart (767)
Darin Muhs (A300)
Meaning the taking it from 3 records down to 1.
I have been working with:
Expr1: IIf(Nz([LMPer])<>"",[LMPer] & Chr(13) & Chr(10))
but not able to group and concatenate.
Any suggestions or examples??
Thanks in advance!!
jw
GTWY LMPer
ABQ J.C. Weis (757)
ABQ Lori Stewart (767)
ABQ Darin Muhs (A300)
How can I get the data to look like this:
GTWY LMPer
ABQ J.C. Weis (757)
Lori Stewart (767)
Darin Muhs (A300)
Meaning the taking it from 3 records down to 1.
I have been working with:
Expr1: IIf(Nz([LMPer])<>"",[LMPer] & Chr(13) & Chr(10))
but not able to group and concatenate.
Any suggestions or examples??
Thanks in advance!!
jw