S
Sam B.
I have a report that shows data from a database table with fields as
follows:
Date merchant_name debit_credit amount
1/5/05 Home Depot #2 D 150.65
2/7/05 Lowe's C 150.65
How do I program a report to show amounts as follows:
If debit_credit field value is D, the amount should show as positive
If debit_credit field value is C, the amount should show as negative
I'm using MS Access 2003. Thanks in advance.
follows:
Date merchant_name debit_credit amount
1/5/05 Home Depot #2 D 150.65
2/7/05 Lowe's C 150.65
How do I program a report to show amounts as follows:
If debit_credit field value is D, the amount should show as positive
If debit_credit field value is C, the amount should show as negative
I'm using MS Access 2003. Thanks in advance.