S
Shilpa
A couple of weeks ago I made a post asking for a query
that returns records of the current year (up to the
previous month). The criteria suggested is as follows:
The query works, except when the current month is
January. Any suggestions?
that returns records of the current year (up to the
previous month). The criteria suggested is as follows:
()),Month(Date()),1)=DateSerial(Year(Date()),1,1) And <DateSerial(Year(Date
The query works, except when the current month is
January. Any suggestions?