ClaraBarton
Registered User.
- Local time
- Yesterday, 23:23
- Joined
- Oct 14, 2019
- Messages
- 623
This is giving me a serious headache
DateLimit is "Year([CkDate]) = " & Year(Date) and AccountID is long (autonumber)
I've tried quotes all over the place and nothing seems to work.
Code:
strWhere = TempVars("DateLimit") And & TempVars("AccountID")
DateLimit is "Year([CkDate]) = " & Year(Date) and AccountID is long (autonumber)
I've tried quotes all over the place and nothing seems to work.