I presume that today's date is not fixed and that tomorrow it will be 06/25?
You could use a combination of Date() as the current date and DateSerial(Year(Date()),1,1) or it might be DateSerial(Year(Date),1,1). Your query could use the Between operator as well: Between DATE() And DateSerial(Year(Date()),1,1)
I've never really learned why it's sometimes Date() and other time, just Date.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.