I have two tables with one-to-many relationship. One is called Staff and the other is Observation.
Staff enter observations into the Observation table.
I would like to display a list of the last time each member of staff entered an observation.
There is a field in the Observation table called observeDate but I need the query to pull out the most recent observeDate for each member of staff.
It's very hard to explain. I hope I've made it clear.
Many thanks
Daniel
Staff enter observations into the Observation table.
I would like to display a list of the last time each member of staff entered an observation.
There is a field in the Observation table called observeDate but I need the query to pull out the most recent observeDate for each member of staff.
It's very hard to explain. I hope I've made it clear.
Many thanks
Daniel