Hi all,
I have two tables I am working with, a Course table and a Targeted Audience table ONE to MANY. In the many table I have a foreign key field and a TargetAudience field. Can anyone think of a way to query this where I end up with one row for each courseID and the values from the targetedAudience field combined into one field which is comma (,) delimitted. I'm having major problems with this, any help is greatly appreciated.
Thanks,
R
I have two tables I am working with, a Course table and a Targeted Audience table ONE to MANY. In the many table I have a foreign key field and a TargetAudience field. Can anyone think of a way to query this where I end up with one row for each courseID and the values from the targetedAudience field combined into one field which is comma (,) delimitted. I'm having major problems with this, any help is greatly appreciated.
Thanks,
R