![]() |
|
|
#1
|
|||
|
|||
|
Dear All
I'm designing a form for Bank transactions. For this I have fields Debit. Credit, Balance, Cheque no etc.... I need to show the balance in balance field as if user enter amount in Debit field then the balance field minus that amount form Balance field and similarly if he enter amount in Credit field then balance field plus that amount in balance field. I think balance filed should show running total but how I don't know. If anyone solve this problem I 'll be very thankful. Regards. Wasim |
|
#2
|
|||
|
|||
|
Dear Wasim;
As I understood that you have 3 fields debit, balance, credit. So, try to put the following code in Event "After Update" for Credit field: [balance]=[balance]+[credit] if it work, then try the same with debit but (-) operation. Katada |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fields not showing up in Form view | eroy | Forms | 1 | 12-17-2008 04:58 AM |
| HELP NEEDED: Running Balance with Data Containing NULL | dustonheaven | Queries | 2 | 11-12-2008 02:36 PM |
| Data Not Showing in Reports | Delin | Reports | 1 | 01-26-2006 05:53 PM |
| Adding Running Balance from Form to Reports | KIDGEO3 | Reports | 1 | 01-18-2006 05:52 AM |
| Null Values not showing up in a Query | Valli | Queries | 0 | 01-04-2006 12:53 PM |