Rik_StHelens
Registered User.
- Local time
- Today, 06:02
- Joined
- Sep 15, 2009
- Messages
- 164
Hi,
I have a query which makes an invoice for us to send out to customers. I want to add a field which displays the total of their outstanding balance over several months.
At present i have the following expression which doesn't work, but i think im on the right lines.
Total: Sum(IIF(IsNull[Outstanding Bal],0,[Outstanding Bal]))
although i might be going the long way round and there is a simpler way?
Many thanks
I have a query which makes an invoice for us to send out to customers. I want to add a field which displays the total of their outstanding balance over several months.
At present i have the following expression which doesn't work, but i think im on the right lines.
Total: Sum(IIF(IsNull[Outstanding Bal],0,[Outstanding Bal]))
although i might be going the long way round and there is a simpler way?
Many thanks