I put the following info in the criteria section on a query for a table and it says that "the expression you entered has a fuction containing the wrong number of arguments"
=format(Month(Now(),mmm)&format(Year(Now(),yy)
I'm try to find a way to get it to filter out just the currant month from the Enroll Month field. The table field the query is looking at has the date listed in 01/01/2005 format.
Thank You
=format(Month(Now(),mmm)&format(Year(Now(),yy)
I'm try to find a way to get it to filter out just the currant month from the Enroll Month field. The table field the query is looking at has the date listed in 01/01/2005 format.
Thank You