Talismanic
Registered User.
- Local time
- Today, 20:40
- Joined
- May 25, 2000
- Messages
- 377
I am stuck on the last step of a very complicated DB. I have a Wage Calc Form that is based on information that is entered from a Time Sheet form. The person who enters the time selects weather it is ST-Straight Time, OT-OverTime or DT-DoubleTime and what class the work is like Carpenter, Plasterer, etc...
In the Wage Calc Form there are DLookUps that go to the Rate Table for class and wage information, the tables has info similar to this:
Carpenter
Time = 22.77
Time&Half = 31.63
Double Time = 40.49
Plasterer
Time = 23.30
Time&Half = 32.36
Double Time = 41.52
This table is based on a set rate that comes from the State (prevailing wage) and varies depending on the county the work is done in. If you do the math you will see that the Time&Half rate does not = 1.5 of the time rate and that is my problem. Becuase if it did, the control would be very simple.
The Wage Calc Form needs to do something like this: If time is OT and Class isCarpenter then Rate= 31.63.
Is this possible with out VBA? If so, please point me in the right direction.
[This message has been edited by Talismanic (edited 06-09-2000).]
In the Wage Calc Form there are DLookUps that go to the Rate Table for class and wage information, the tables has info similar to this:
Carpenter
Time = 22.77
Time&Half = 31.63
Double Time = 40.49
Plasterer
Time = 23.30
Time&Half = 32.36
Double Time = 41.52
This table is based on a set rate that comes from the State (prevailing wage) and varies depending on the county the work is done in. If you do the math you will see that the Time&Half rate does not = 1.5 of the time rate and that is my problem. Becuase if it did, the control would be very simple.
The Wage Calc Form needs to do something like this: If time is OT and Class isCarpenter then Rate= 31.63.
Is this possible with out VBA? If so, please point me in the right direction.
[This message has been edited by Talismanic (edited 06-09-2000).]