Hello all. I was wondering if I could get your guys wise opinions on a small project I'm starting to work on. I writing a simple time clock type app using kix/kixforms for the office I work at. Nothing extravagant. But I'm having a difficult time determining the easiest way to store the times, so that they are easily queried later to print weekly time sheets etc. Figured a central INI file would be the best, but any opinion on the structure I should take? Trying to pin down best option, before going too far, so I wont have to change my mind later.

Something like?...
 Code:
[User]
clockedin=y/n (use this to make sure a user doesnt try to clock in if theyre already clocked in)
Date:Time=In
Date:Time=Out

I will probably also have a separate settings file as well, with a list of users, and pass codes and what not.