Quote:
Originally Posted by Missinglinq
Actually, Ax's code is really identical to mine; he simply uses the 2, which is the day of the week for Monday, instead of the constant vbMonday, which evaluates to 2.
|
That, and I changed
date to
Date(), otherwise the parameter issue will still be present. As for missing references, I can't say, but you can't use
vbMonday or
date in a query.
Ax