G
gjameson via AccessMonster.com
I have searched the forum to find my answer and I could not find one. Here is
my app:
Overtime calculation
I need to add a persons overtime to a list. On my form I have 'hours worked'
hours and two check boxes. One for time and half and one for double time.
Depending on which one is checked I want to do this;
regular overtime = hours * 1.5
double overtime = hours * 2
then have this put back in the db under hours.
What would the best way to do this?
TIA
Gerald
my app:
Overtime calculation
I need to add a persons overtime to a list. On my form I have 'hours worked'
hours and two check boxes. One for time and half and one for double time.
Depending on which one is checked I want to do this;
regular overtime = hours * 1.5
double overtime = hours * 2
then have this put back in the db under hours.
What would the best way to do this?
TIA
Gerald