S
Steve
I have a clientTable (clientID[key]) linked in a 1:many relationship with an
eventTable (eventID[key], clientID, eventType, eventDate, eventDescription).
I would like a query to provide only the most recent eventDate and
description for each eventType grouped by client (clientID) and eventType as
follows:
client 1/ eventtype 1/ eventdate(most recent of all eventtype 1's for client
1)/event description
client 1/eventtype 2/ eventdate(most recent of all eventType 2's for client
1) /event description
client 2/eventtype 1/ eventdate(most recent of all eventType1's for client
2)/event description
client 2/eventtype 2/eventdate(most recent of all eventType2's for client
2)/event description
Thank-you for any assistance.
eventTable (eventID[key], clientID, eventType, eventDate, eventDescription).
I would like a query to provide only the most recent eventDate and
description for each eventType grouped by client (clientID) and eventType as
follows:
client 1/ eventtype 1/ eventdate(most recent of all eventtype 1's for client
1)/event description
client 1/eventtype 2/ eventdate(most recent of all eventType 2's for client
1) /event description
client 2/eventtype 1/ eventdate(most recent of all eventType1's for client
2)/event description
client 2/eventtype 2/eventdate(most recent of all eventType2's for client
2)/event description
Thank-you for any assistance.