S
Steve
HI. I have a table that consists of an EventID (autonumber, key field),
EventDate (date/time), and EventDescription (memo). I would like to create a
query that returns only the most recent EventDate and EventDescription. When
I use the "max" function for date column only it returns the latest date. But
when I add in the EventDescription, it forces me to use "group-by" for
EventDescription, and the query doesn't work properly. It returns all of the
EventDate(s) and Descriptions. Any assistance would be greatly appreciated.
EventDate (date/time), and EventDescription (memo). I would like to create a
query that returns only the most recent EventDate and EventDescription. When
I use the "max" function for date column only it returns the latest date. But
when I add in the EventDescription, it forces me to use "group-by" for
EventDescription, and the query doesn't work properly. It returns all of the
EventDate(s) and Descriptions. Any assistance would be greatly appreciated.