I have two queries (qryMasterArchive and qryMasterCurrent) upon which several other queries/forms/reports are built.
qryMasterArchive has a date criteria of =(#01/01/03#) ; returns all orders this year
This all works just fine until New Years rolls around, then of course you need to get back into the queries to adjust the criteria. I’ve been trying to come up with a way to determine the “current year” for the criteria expression, but my “date math” skills ain’t too hot. It’s probably not as difficult as I’m making it, but it doesn’t take much to send me over the edge. Two hours now and the only thing I haven’t done is crash the app. MSHelp doesn’t take kindly to “current year”, or even “date” for that matter, it returns everything but what I want to know.