If Then

  • Thread starter gjameson via AccessMonster.com
  • 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
 
G

gjameson via AccessMonster.com

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top