G
Guest
I have a table named Bank transaction
field deposit (currency)
" withdraw(currency)
i want to have the validation @ the table properties like
sum(withdraw) > sum(deposit) validation text ( withdraw can't exceed deposit)
table 2 named total earnings
field financialyear (text)
" total earnings (currency)
TABLE LEVEL validation on TABLE BANKTRANSACTION
SUM(table!totalearnings.totalearnings) < (sum(total deposit))
valtext(how the total deposit exceed the earnings)
OR
Kindly advise an alternative error check on the table level or at form
level please
BALU
india
field deposit (currency)
" withdraw(currency)
i want to have the validation @ the table properties like
sum(withdraw) > sum(deposit) validation text ( withdraw can't exceed deposit)
table 2 named total earnings
field financialyear (text)
" total earnings (currency)
TABLE LEVEL validation on TABLE BANKTRANSACTION
SUM(table!totalearnings.totalearnings) < (sum(total deposit))
valtext(how the total deposit exceed the earnings)
OR
Kindly advise an alternative error check on the table level or at form
level please
BALU
india