I have a query in my database that lists all the jobs for a particular driver on a specified date. Each job may have multiple items of equipment on it, so the query returns multiple rows where there are multiple items of equipment.
A Group By JobID should sort this out, but how can I do Group...