Payroll Time Tracker Help!

mpm174

Member
Joined
Oct 24, 2007
Messages
8
Programming Experience
Beginner
For a school project I am planning to write a program that tracks employee time. Each employee will clock in and clock out each day through the program then at the end of the period the admin can view totals.

On to my question; I need to log each time each employee clocks in and out, their pay rate and possibly a few other things, I plan on having a separate file for each employee but if I am saving multiple bits of information in the file how will I pull certain things from the file when I need to in other parts of the program. I hope this makes sense. If you need more details let me know.

-Patrick
 
Back
Top