L
ldiaz
Hi all.
with contributor help of this group I have made a DataBase to pay
Production Bonus to the people, ..
in the Main form named: BonusForm I filter the Department,Area and Location
once made this the group of person are displayed in the Subform Named:
IDEmployeesubform with these Field
EmployeeID
#Employee
Name
DepartmentID
AreaID
ClasificationID
Active (These are checkBox)
Absence (These are checkBox)
what I want is to Move these group of person to another subform named:
BonusEmployeesubform with these Field
EmployeeID
Bonus $(This Need to be calculated from a field of
BonusForm [Rate]*[QtyProduced])
HrsWorked (This need to have same data as a field of BonusForm
[Hrs])
but if one row in the IDEmployeesubform is checked as TRUE in the [Absence]
field the Bonus and HrsWorked of BonusEmployeesubform need to be filled as 0
please I need your help, I will appreciate so much.
with contributor help of this group I have made a DataBase to pay
Production Bonus to the people, ..
in the Main form named: BonusForm I filter the Department,Area and Location
once made this the group of person are displayed in the Subform Named:
IDEmployeesubform with these Field
EmployeeID
#Employee
Name
DepartmentID
AreaID
ClasificationID
Active (These are checkBox)
Absence (These are checkBox)
what I want is to Move these group of person to another subform named:
BonusEmployeesubform with these Field
EmployeeID
Bonus $(This Need to be calculated from a field of
BonusForm [Rate]*[QtyProduced])
HrsWorked (This need to have same data as a field of BonusForm
[Hrs])
but if one row in the IDEmployeesubform is checked as TRUE in the [Absence]
field the Bonus and HrsWorked of BonusEmployeesubform need to be filled as 0
please I need your help, I will appreciate so much.