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
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