C
Carla Gilless
I am creating a cash management system and one of the difficulties I am
running into is how to have positive numbers (debits) changed to negative
numbers (credits) in the reconciliation report. The user will input all
positive numbers, but when the recon report appears, any credits need to be
negative numbers. I have created a custom format for the credits to appear
in red, in parens, but their actual value in my totals calculations are still
positive.
How do I change these to negative numbers?
A related question is: 2 fields:, one is curadjstnd - this is a currency
field where user inputs numbers, another field is curadjstnd - this field has
is a drop down with 3 choices - increase, decrease, none. I need to have, in
the report, a code that determines if the curadjstnd field is decrease, then
change the number to a negative number.
I'm between a novice and intermediate in VBA, so any detailed help would be
appreciated. Thanks.
running into is how to have positive numbers (debits) changed to negative
numbers (credits) in the reconciliation report. The user will input all
positive numbers, but when the recon report appears, any credits need to be
negative numbers. I have created a custom format for the credits to appear
in red, in parens, but their actual value in my totals calculations are still
positive.
How do I change these to negative numbers?
A related question is: 2 fields:, one is curadjstnd - this is a currency
field where user inputs numbers, another field is curadjstnd - this field has
is a drop down with 3 choices - increase, decrease, none. I need to have, in
the report, a code that determines if the curadjstnd field is decrease, then
change the number to a negative number.
I'm between a novice and intermediate in VBA, so any detailed help would be
appreciated. Thanks.