B
Bongard
I have a form that is posting a transaction amount straight to
tbl_transactions. I have a crosscheck on this same form
(frm_Transactions) that will not allow someone to post a transaction
that will bring the balance on a given loan below zero. It gets this
balance from a crosstab query that sums up the amount of all
transactions for every loan. This has worked fine for a few hundred
loans and all of the sudden one of my users is trying to post a
transaction to bring the loan balance to $0 and it will not let her
because it thinks the loan balance is going to be below zero. So I
went directly to the table, posted the transaction to avoid the form's
crosscheck and went back to the form. If I try to make another
transaction it says the current loan balance is
7.27595761418343E-12 ...How this weird balance got in there I have no
idea. My amount field in the table is number-double and limited to 2
decimal places as we are always using currency. I have tried actually
recreating all the transactions in the table but it still will come up
with some weird fractional balance in my crosstab query.
Any suggestions???
Thanks for the help,
Brian
tbl_transactions. I have a crosscheck on this same form
(frm_Transactions) that will not allow someone to post a transaction
that will bring the balance on a given loan below zero. It gets this
balance from a crosstab query that sums up the amount of all
transactions for every loan. This has worked fine for a few hundred
loans and all of the sudden one of my users is trying to post a
transaction to bring the loan balance to $0 and it will not let her
because it thinks the loan balance is going to be below zero. So I
went directly to the table, posted the transaction to avoid the form's
crosscheck and went back to the form. If I try to make another
transaction it says the current loan balance is
7.27595761418343E-12 ...How this weird balance got in there I have no
idea. My amount field in the table is number-double and limited to 2
decimal places as we are always using currency. I have tried actually
recreating all the transactions in the table but it still will come up
with some weird fractional balance in my crosstab query.
Any suggestions???
Thanks for the help,
Brian