How would I go about writing a front end for Access so I could use it to keep track of the time I spend on various tasks? The database part would have tables for the clients, the tasks, etc. The UI would run constantly with a little window where I could select a client and a task and start a timer. When I stop it, it would create a log entry which I could then tally at the end of the month.
I'm sure this is possible, but I'd like pointers as to where to start looking & studying.
Thanks