blueeyes53
Active member
- Joined
- May 2, 2006
- Messages
- 25
- Programming Experience
- Beginner
Hi there,
I am working with 2 dataTables the parent tblEmployees, and the child = tblPayroll
I have a listbox showing the employees and when one click would show = fldEmployeeID, fldPayrollID, fldPayDate, fldGrossPay, fldWithholding, fldNetPay.
I have 4 output labels to show the calculation for each employee.
There is labels :
lblTotalGrossPay
lblTotalWitholding
lblTotalNetPay
lblTransactions
How do I make the calculations, and how do I make them show the output values calculations in the output labels.
Please I need some help!!!!
Blueeyes53
I am working with 2 dataTables the parent tblEmployees, and the child = tblPayroll
I have a listbox showing the employees and when one click would show = fldEmployeeID, fldPayrollID, fldPayDate, fldGrossPay, fldWithholding, fldNetPay.
I have 4 output labels to show the calculation for each employee.
There is labels :
lblTotalGrossPay
lblTotalWitholding
lblTotalNetPay
lblTransactions
How do I make the calculations, and how do I make them show the output values calculations in the output labels.
Please I need some help!!!!
Blueeyes53