I have a report that among other things has two text boxes. One reports the
sum of charges, the other reports those charges minus any payments made
against the charges (balance due). The problem I have is the text box that
reports the balance due will not show anything until an entry is made into
the payments field. In other words if the sum of charges is $100.00 and
nothing has been paid against that the "balance due" field is blank, instead
of showing $100.00.
I can't seem to make it do this, can anyone help?
Here's what I've got in the properties for the "balance due". Sum of
Charges = text13, Balance due = Income.
=[text13]-Sum([income])
Thanks,
Don..........
sum of charges, the other reports those charges minus any payments made
against the charges (balance due). The problem I have is the text box that
reports the balance due will not show anything until an entry is made into
the payments field. In other words if the sum of charges is $100.00 and
nothing has been paid against that the "balance due" field is blank, instead
of showing $100.00.
I can't seem to make it do this, can anyone help?
Here's what I've got in the properties for the "balance due". Sum of
Charges = text13, Balance due = Income.
=[text13]-Sum([income])
Thanks,
Don..........
Comment