T
thehamlet
Guest
I have a table that keeps track of the scheduled site visit date and attending engineer.
Schedule ref(auto number and unique key)
Job ref
Schedule date
Attending eng
Reschedule reason
There will be multiple entries for some jobs when the visit has been rescheduled. I need to run a query that returns the "last" entry for each job (the one with the highest shedule ref number)
Can anyone help?
Regards,
Eric
Schedule ref(auto number and unique key)
Job ref
Schedule date
Attending eng
Reschedule reason
There will be multiple entries for some jobs when the visit has been rescheduled. I need to run a query that returns the "last" entry for each job (the one with the highest shedule ref number)
Can anyone help?
Regards,
Eric