I would like to pull out all of the records that have the month = current month
The field I am checking for that is called NExtPAymentDate and it is a date/time field.
I only care if the month is equal to the month it is when they run the query.
I have tried :
LIKE Month(Now())
Like #Month/??/?????#
Nothing is working
The field I am checking for that is called NExtPAymentDate and it is a date/time field.
I only care if the month is equal to the month it is when they run the query.
I have tried :
LIKE Month(Now())
Like #Month/??/?????#
Nothing is working