K
Katherine
Hi!
I'm working on a query that I'll use as the record
source for a list box on a printing dialog form. I know
this is probably easy, but I can't get the query to sort
quite right; here it is:
SELECT DISTINCT Format([EventDate],"mmmm yyyy") AS
MonthYear FROM Events;
I want to sort the results in descending order, but
the sort ends up alphabetical instead of by date.
Can someone help me with this?
Thank you in advance.
Kath
I'm working on a query that I'll use as the record
source for a list box on a printing dialog form. I know
this is probably easy, but I can't get the query to sort
quite right; here it is:
SELECT DISTINCT Format([EventDate],"mmmm yyyy") AS
MonthYear FROM Events;
I want to sort the results in descending order, but
the sort ends up alphabetical instead of by date.
Can someone help me with this?
Thank you in advance.
Kath