XaloRichie
Registered User.
- Local time
- Tomorrow, 00:57
- Joined
- Jul 2, 2003
- Messages
- 70
I have a line of code :
CIT = DLookup("[SumOfAmountIN]", "TotCBINS")
which looks in a recordset of a query for the total cash entered.
If there is a day without entries (Possible) then the query has no data and I get the error "Invalid use of null"
How do I get round this as there could be days without cash comming into the till?
All suggestions welcome thanks
CIT = DLookup("[SumOfAmountIN]", "TotCBINS")
which looks in a recordset of a query for the total cash entered.
If there is a day without entries (Possible) then the query has no data and I get the error "Invalid use of null"
How do I get round this as there could be days without cash comming into the till?
All suggestions welcome thanks