Query date only for month

cvboas

Registered User.
Local time
Yesterday, 17:46
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