Hello,
I'm very rusty in my Access skills (haven't been using Access for many years) but am working on a database now where I need to pull the date of the first Saturday of December for the current year. I am using this as criteria in a query and so I really need this using the DateSerial() function if possible.
Here's what I have that is NOT working correctly:
=DateSerial(Year(Date()),12,Day(DateSerial(Year(Da te()),12,WeekDay(12/01/Year(Date()), 7))))
Thanks so much for any help you can provide. I'll be in your debt!![]()