Hi
Here is the structure of my tblSessions:
SessionID (auto number)
DevelopmentID (number)
CreationDate (DateTime)
Is there a query that would count all of the sessions for each development and return the DevelopmentID that has the highest number of Sessions.
Similarly, I would like to be able to return the DevelopmentID with the lowest number of sessions too.
Many thanks for your time.
Shaun
Here is the structure of my tblSessions:
SessionID (auto number)
DevelopmentID (number)
CreationDate (DateTime)
Is there a query that would count all of the sessions for each development and return the DevelopmentID that has the highest number of Sessions.
Similarly, I would like to be able to return the DevelopmentID with the lowest number of sessions too.
Many thanks for your time.
Shaun