Hello,
Currently i have a database that records jobs for a company. Each job has assigned "Tasks" (ie. call customer, call engineer) which are stored in another table for task history recording. These tasks have 3 fields; Task, Task Date and Task Time.
What I need is a way of building a query to only show the latest task for each job for their operations. At the moment, searching the tasks shows up all of the tasks for every job, but i need just the latest (or next) task for each job.
can anyone help?
Thanks