T
tjbvo
Version: MSAccess 2007
I have 3 fields in my database that contain currency.
Field 1: PrincipleAmount
Field 2: AmountPaid
Field 3: AmountDue
I have added a Command Button (cmdCalc) to the form.
I need to write code that Subtracts Field2 from Field1 and returns the
Balance in Field 3.
I have no idea on how to gain access to and how to write code in MSAccess
2007.
I can do this in VB6.
Thanking You in Anticipation
Julian
I have 3 fields in my database that contain currency.
Field 1: PrincipleAmount
Field 2: AmountPaid
Field 3: AmountDue
I have added a Command Button (cmdCalc) to the form.
I need to write code that Subtracts Field2 from Field1 and returns the
Balance in Field 3.
I have no idea on how to gain access to and how to write code in MSAccess
2007.
I can do this in VB6.
Thanking You in Anticipation
Julian