G
Guest
Can someone please take a look at this? All I'm getting is #error when I try
ot run it in a report.
Some background... I need the sum of all credit invoices for a specific
account where the credit has not been applied. Field names are credit_total
(double), credit_applied (yes/no), and acct_no (text).
This is what I've got so far:
=DSum("credit_total","credits","(acct_no = " & [acct_no] & ") AND
(credit_applied = False)")
Not all accounts have credits so it's highly possible that there will be no
result.
Thanks for any help provided.
ot run it in a report.
Some background... I need the sum of all credit invoices for a specific
account where the credit has not been applied. Field names are credit_total
(double), credit_applied (yes/no), and acct_no (text).
This is what I've got so far:
=DSum("credit_total","credits","(acct_no = " & [acct_no] & ") AND
(credit_applied = False)")
Not all accounts have credits so it's highly possible that there will be no
result.
Thanks for any help provided.