Time tracking problem

G

Guest

I am developing an employee log-in database. Currently the employee types in
their id and pw and they are logged in or out depending on previous status.

One record has the log-in time and log-out time.

Now the client would like a form where they can check/approve/manipulate the
data as necessary. My problem is the client wants to see a record for each
working day whether the employee logged in or not. This is so that sick
time, vacation time etc can be recorded and the employee paid as necessary.

I can't come up with an idea that doens't seem awkward.

Any ideas?
Thanks
 
G

Guest

Hey, Alienz.

If you populate a Days table, you could join it with an outer join such that
a record appeared for each Day regardless of whether a record exists in the
log-in table.

Hope that helps.
Sprinks
 
G

Guest

This sounds like a good idea but I'm not sure how to make it work since you
would have a full date/time field trying to match to a 'monday' or datepart.
 

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