need help..newbie

Elrey

New member
Joined
Mar 7, 2005
Messages
2
Programming Experience
10+
Im new to Vb and need help with this problem:

. In this application you need to add the functionality to compute the pay for each worker at two different pay rates. In this case you will have a rate of £10 per hour for workers who are in the Sales Department and a rate of £7.50 per hour for workers in the Processing Department.



A standard working week for both categories of employee is 40 hours. Any time in addition to the standard week is paid at an overtime rate equivalent to one and a half times the normal pay rate for each category of employee.



Each employee can earn up to £4, 500 per year tax free, after that they pay 22% tax. Tax is deducted on any pay that is over the weekly equivalent of the annual tax allowance (assume a 52 week year).


im using MS access and need to create a payroll form but do not know what coding to use, it would be apperciated if someone could help me. thank you
 
So you'r using an Access database to store the data and then a VB.net windows application. What would be shown on this form?
 
Back
Top