I'm trying to update a dozen or more queries that have january first of 2009 hard coded into them. So that I'm not doing this same thing again this time next year, I was hoping someone could provide me with the correct syntax for criteria of 1/1/[current year].
I've searched the forums and scoured what google returns, and still can't find out how to get the syntax to jive with access.
WHERE ((tbl.fieldDate)>#1/1/[Year(Date())]#)
Doesn't work - Anyone know how to do this?
I've searched the forums and scoured what google returns, and still can't find out how to get the syntax to jive with access.
WHERE ((tbl.fieldDate)>#1/1/[Year(Date())]#)
Doesn't work - Anyone know how to do this?