Listing just a single actual months events from a table over a number of years.

J

jimsunz

In Access I have a table of events with one column having the date
dd/mm/yyyy.
I want to, for example, list all the events that took place in the
month of February in all years.
so it would extract 12/02/1999, 25/02/2003 and so on.

And then later,all the November events, etc.

Thanks for your help.
Jim.
 
F

Frank Kabel

Hi
you may post this to the Access NG. But also Acces should have a month
function IIRC and you could create a user defined field in your query
 
Top