If Then

  • Thread starter Thread starter gjameson via AccessMonster.com
  • Start date Start date
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
 
Nervermind. Had a huge brain fart.
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
 
Back
Top