Monkeyboy126
IS-IT--Management
Hi
I have 2 IT Helpdesk tables (SQL), 1 storing Problem records and the other storing Change requests. Both contain similar fields such as open datetime, analyst ID, user name, summary, close datetime etc.
My requirment is to produce a report based on analyst activities for the day (so how many calls have they closed etc). The alalyst name is obtained from a third table called 'Contact' and is related via the ID in the other two tables.
I can't select all three tables and link them as I get the usual 'unsupported' error message. The issue happens when utilising the problem and change tables as there doesn't seem to be a common link between them.
I can the following and produce two seperate reports (one for probs and the other for changes):
Probrec.Analyst -> Contact.last name
Any ideas... I realise I have probably explained this badly but I hope you get the idea.
Regards
Paul
I have 2 IT Helpdesk tables (SQL), 1 storing Problem records and the other storing Change requests. Both contain similar fields such as open datetime, analyst ID, user name, summary, close datetime etc.
My requirment is to produce a report based on analyst activities for the day (so how many calls have they closed etc). The alalyst name is obtained from a third table called 'Contact' and is related via the ID in the other two tables.
I can't select all three tables and link them as I get the usual 'unsupported' error message. The issue happens when utilising the problem and change tables as there doesn't seem to be a common link between them.
I can the following and produce two seperate reports (one for probs and the other for changes):
Probrec.Analyst -> Contact.last name
Any ideas... I realise I have probably explained this badly but I hope you get the idea.
Regards
Paul