XaloRichie
Registered User.
- Local time
- Today, 05:11
- Joined
- Jul 2, 2003
- Messages
- 70
i have a cashbook table and after cash up the Balance Carried forward is added as an entry. I need to be able to select the last BCF amount , after a weekend or holiday so i can not rely on date -1 as it may be 3 days ago that the till was last cashed up!
can anyone offer a suggestion?
I have tried this
=DLookUp("[BBF]","cashbook","[ChkDate]=Max([ChkDate])And [BBF]>0")
but get an Error
can anyone offer a suggestion?
I have tried this
=DLookUp("[BBF]","cashbook","[ChkDate]=Max([ChkDate])And [BBF]>0")
but get an Error
Last edited: