Hi there...I am having an issue with using aggregation...
Basically, I am working on a website for the helpdesk...on the main page of the site, it lists all the technicians and the number of tickets each has open. We want to expand this to break the tickets down into categories: current (less than 15 days old), old (15-30 days) and older (> 30 days). I need to make this happen all in one statement, so I can just loop through the recordset and output the data.
I am counting the tickets by using the DateDiff function and grouping by the name of the technician. I have tried to use joins, but I can't get it to work completely because access doesn't support full outer joins...
Any ideas???
Thanks in advance.
Basically, I am working on a website for the helpdesk...on the main page of the site, it lists all the technicians and the number of tickets each has open. We want to expand this to break the tickets down into categories: current (less than 15 days old), old (15-30 days) and older (> 30 days). I need to make this happen all in one statement, so I can just loop through the recordset and output the data.
I am counting the tickets by using the DateDiff function and grouping by the name of the technician. I have tried to use joins, but I can't get it to work completely because access doesn't support full outer joins...
Any ideas???
Thanks in advance.