Query date only for month

cvboas

Registered User.
Local time
Today, 11:11
Joined
Jul 31, 2006
Messages
20
Hi.
I want to make a query in a field date (dd/mm/yyyy) but I only want that it appears the month that will be asked for.

I have this code:

WHERE (((customers.creationDate) Like "*" & [Which Month] & "*"));

Thanks
 

Users who are viewing this thread

Back
Top Bottom