Problem with residual balance.

F

Frank Martin

I have a ledger consisting of a main form and a subform.

The subform is a datasheet, two columns of which are Db &
Cr.

To check the that the ledger balances I have to subtract the
sum of one column from the other to get a zero.

To sum the columns I use:
Text19=Sum([Withdrawal])
Text24=Sum([Deposit])

To subtract I use:
=([Text19]-[Text24])
which should be zero.

But recently I have a a balance of .01dollars, which will
not go away.

Is this some form of rounding error?

Please help, Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top