I have attempted most of the Concatenate FAQ's on here and nothing seems to work.
I have a existing query which I run from a my calls table which produces a daily report for each day, however, I have now created another table to store comments which are linked by issue id to the main table and I want to have the comments included for each ID on the main calls table.
Structure Below:
Comments Table:
ID Issue ID Comments etc etc
1 4211 4211 Comment
2 4211 4211 Comment 2
3 4212 4212 Comment
4 4213 4213 comment
Calls Table
ID Comments
4211
4212
4213
4214
4215
So basically I want to allow the comments to be in a single field for the corresponding ID on the calls table
Many Thanks,
Jason
I have a existing query which I run from a my calls table which produces a daily report for each day, however, I have now created another table to store comments which are linked by issue id to the main table and I want to have the comments included for each ID on the main calls table.
Structure Below:
Comments Table:
ID Issue ID Comments etc etc
1 4211 4211 Comment
2 4211 4211 Comment 2
3 4212 4212 Comment
4 4213 4213 comment
Calls Table
ID Comments
4211
4212
4213
4214
4215
So basically I want to allow the comments to be in a single field for the corresponding ID on the calls table
Many Thanks,
Jason