G
Guest
There is a field in my table that contains dates.
I would like to use the Advanced Filter feature to see only those records
with a date in a given month.
So far I have been unsuccessful in figuring out the syntax for the criteria.
The Month() function takes a parameter of type date and returns the month
number, but I don't know how to say "use the date in the current field".
Month(*)=7 and Month(this)=7 both give me syntax errors.
I would like to use the Advanced Filter feature to see only those records
with a date in a given month.
So far I have been unsuccessful in figuring out the syntax for the criteria.
The Month() function takes a parameter of type date and returns the month
number, but I don't know how to say "use the date in the current field".
Month(*)=7 and Month(this)=7 both give me syntax errors.