hello
I'm useing access 2007
I have 3 unbound textbox in form
1.debit...contr ol source=[entry Subform].[Form]![Text12]
2.credit...cont rol source=[entry Subform].[Form]![Text14]
3.balance...con trol source
this 3 unbound textbox take data form unbound textbox in subform as Text12:sum[debit] .. Text14:sum[credit]
balance:=[Text12]-[Text14]
i make new unbound textbox for balance in form
the control source is. =[entry Subform].[Form]![Text16]
he give me balance zero when debit = credit
but my question is how can use validation rule or before update or any simple way to check if this balance not equal to be zero before move to new record in form.
how to get msg balance not equal.
I'm useing access 2007
I have 3 unbound textbox in form
1.debit...contr ol source=[entry Subform].[Form]![Text12]
2.credit...cont rol source=[entry Subform].[Form]![Text14]
3.balance...con trol source
this 3 unbound textbox take data form unbound textbox in subform as Text12:sum[debit] .. Text14:sum[credit]
balance:=[Text12]-[Text14]
i make new unbound textbox for balance in form
the control source is. =[entry Subform].[Form]![Text16]
he give me balance zero when debit = credit
but my question is how can use validation rule or before update or any simple way to check if this balance not equal to be zero before move to new record in form.
how to get msg balance not equal.
Comment