M
Madison
I am creating a form to help train tellers in cash counting. It will be a
mock-up of a system they use while helping customers. Each bill and coin
denomination is listed. I've labeled the fields loose_100, loose_50, etc.
and strapped_100, strapped_50, etc. for each of the bills. The coins are
similarly labeled for loose and rolled.
I need my field "total" to give a running total as the teller enters each
amount and tabs to the next field. This total will be saves with each
record. Eventually, I will use the sum of the total column for an exercise
in balancing their cash drawer.
So far I have had no luck setting default values. I know I can sum values
down columns but essentially I want to sum across each row and have that row
sum value saved as a field in each record.
mock-up of a system they use while helping customers. Each bill and coin
denomination is listed. I've labeled the fields loose_100, loose_50, etc.
and strapped_100, strapped_50, etc. for each of the bills. The coins are
similarly labeled for loose and rolled.
I need my field "total" to give a running total as the teller enters each
amount and tabs to the next field. This total will be saves with each
record. Eventually, I will use the sum of the total column for an exercise
in balancing their cash drawer.
So far I have had no luck setting default values. I know I can sum values
down columns but essentially I want to sum across each row and have that row
sum value saved as a field in each record.