Hello all again!
I’m having trouble figuring out how to have Access take a date and return the Saturday after the given date. Here is an expression field:
LastDate: Max((SELECT Max(Date) FROM tblUtilProd))
Now, I’m wondering how (hopefully without creating another field) to have LastDate be the Saturday after the date returned by Max(Date). Any ideas?
Thanks so much in advance!