hi,
i try to create a bank operations system, i have a table with this columns: nameBank, credit, duty, balance
i want to sum all credit and reduce from duty to get the balance like in bottom/
i try with Dsum function like that:
i dont know why but the first Dsum return to me wrong answerCode:Me.balance = Dsum([credit],"bankigOperations",Me.bankName = [bankName])-Dsum(....)
help plz!
miki
bankName duty credit balance bank1 3 -3 bank2 2 2 bank1 4 1