Employee Time

S

Sam

Does anyone have a database that would calculate the hourly employee time?
Is this feasible in Access?
Thanks!
 
G

Graham Mandeno

Hi Sam

Certainly this is feasible, and there must be many thousands of databases
that perform this kind of calculation.

How you go about it depends on what data you have.

If you have a table of attendance records with, say, EmployeeID, StartTime
and FinishTime, then the time worked for that "session" is simply the
difference between the two times.

You can then add up those times to give a total for a pay period, or
whatever you need.
 

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