mckenneyj
MIS
- Jun 1, 2002
- 96
Need to delevop a query that will take records where "Status" = Current and concatenate the "Designations" for each "UserID" into a single string
i.e. final outout for table below should be:
456 ABC, CBS
345 CBS, XYZ
Table with 3 fields:
UserID, Status, Designation
123 Lost ABC
456 Current ABC
345 Current CBS
345 Current XYZ
765 Lapse JVC
456 Current CBS
Thanks,
John McKenney
Work Hard... Play Harder
i.e. final outout for table below should be:
456 ABC, CBS
345 CBS, XYZ
Table with 3 fields:
UserID, Status, Designation
123 Lost ABC
456 Current ABC
345 Current CBS
345 Current XYZ
765 Lapse JVC
456 Current CBS
Thanks,
John McKenney
Work Hard... Play Harder