payment code help

lebalang seloka

New member
Local time
Today, 13:28
Joined
Apr 28, 2010
Messages
2
i have a table in ms access i have the following field names

fixedpayment,payment and balance

i want to create a vb code that will automatically add the money in fixedpayment and in payment and put the balance automatically.


help me........................................................
 
It's generally accepted practice not to store the balance but to use a query to obtain it
 
all am saying is when you add data from fixedpayment and payment fields automatically the code should show the balance within the balance field

becouse within the table i have fixedpayment,payment and balance field nmaes
 
Will and update query do the trick? If you need it in vba just use docmd.runsql, then copy your SQL statement in.
 

Users who are viewing this thread

Back
Top Bottom