S
Such a Beginner
I'm trying to design a database that will track my bank accounts and credit
cards. Thus far, everything works, except for my "Current Balance" queries.
I've designed the queries to sum each amount, and then set up a field for
Balance using the Expression:
Balance:[SumOfAmount4]-[SumOfAmount3]-[SumOfAmount2]-[SumOfAmount1], with
each Sum representing in order, Deposits, Checks, Debits, and CCPayments.
First, it only works if I have entered an amount in all four categories.
How do I make this work without having to enter an amount, and how do I set
the default to zero $?
Second, If I've made three deposits, one debit, three checks, and one CC
payment, the expression yields a balance that reflects three times the one
debit and three times the one CC Payment. In other words, it multiplies the
one debit via the sum function. How do I correct this?
cards. Thus far, everything works, except for my "Current Balance" queries.
I've designed the queries to sum each amount, and then set up a field for
Balance using the Expression:
Balance:[SumOfAmount4]-[SumOfAmount3]-[SumOfAmount2]-[SumOfAmount1], with
each Sum representing in order, Deposits, Checks, Debits, and CCPayments.
First, it only works if I have entered an amount in all four categories.
How do I make this work without having to enter an amount, and how do I set
the default to zero $?
Second, If I've made three deposits, one debit, three checks, and one CC
payment, the expression yields a balance that reflects three times the one
debit and three times the one CC Payment. In other words, it multiplies the
one debit via the sum function. How do I correct this?