Morning,
I have a table that holds IT Call Information. The table assigned an ID and also has a CallID generated by another system.
Table shown below
ID CallID CallNotes Date AssignedTo
1 1 IT text Test 1 27/04/2015 Mark Cobb
2 1 IT text Test 2 27/04/2015 Mark Cobb
3 2 Test Text 1 27/04/2015 Mark Cobb
4 2 Test text 2 27/04/2015 Mark Cobb
What I want to do is return a row that shows the CallNotes in one row for instance
CallID - 1 = IT text Test 1 - IT text Test 2
CallID - 2 = Test Text 1 - Test test 2
and so on....so for each item added I can return the history of the call...
I cant figure it out at all..
Please help me
Regards
Mark 'Slowly going mad' somewhere in Kent
I have a table that holds IT Call Information. The table assigned an ID and also has a CallID generated by another system.
Table shown below
ID CallID CallNotes Date AssignedTo
1 1 IT text Test 1 27/04/2015 Mark Cobb
2 1 IT text Test 2 27/04/2015 Mark Cobb
3 2 Test Text 1 27/04/2015 Mark Cobb
4 2 Test text 2 27/04/2015 Mark Cobb
What I want to do is return a row that shows the CallNotes in one row for instance
CallID - 1 = IT text Test 1 - IT text Test 2
CallID - 2 = Test Text 1 - Test test 2
and so on....so for each item added I can return the history of the call...
I cant figure it out at all..
Please help me
Regards
Mark 'Slowly going mad' somewhere in Kent