Holiday Time Logging

  • Thread starter disneygoof via AccessMonster.com
  • Start date
D

disneygoof via AccessMonster.com

Greetings All...Happy June!

I am looking at ways to log Holiday time into my Time Tracker Program and I
am looking for Ideas???

For example, recently (Monday) was Memorial Day (US Holiday) and I have no
reported values in my table for 5-31 for my hourly employees. What I would
like is to place a record in my time table for the day (8 hours) so when I
run my reports I get 5-31 to show up...this way payroll will not miss the
information when I send them the data (or report) to put into our payroll
system.

Any thoughts...Any Ideas?

Thanks Much!
David
 
P

PieterLinden via AccessMonster.com

disneygoof said:
Greetings All...Happy June!

I am looking at ways to log Holiday time into my Time Tracker Program and I
am looking for Ideas???

For example, recently (Monday) was Memorial Day (US Holiday) and I have no
reported values in my table for 5-31 for my hourly employees. What I would
like is to place a record in my time table for the day (8 hours) so when I
run my reports I get 5-31 to show up...this way payroll will not miss the
information when I send them the data (or report) to put into our payroll
system.

Any thoughts...Any Ideas?

Thanks Much!
David

Bad plan. change the inner join in your query to an outer join to the dates
table. Show all dates, and then show the related "hours worked" records.
You may have to use NZ() to convert the null hours (for dates not worked) to
zero, but that's trivial... then you can do normal math on that.
 
D

disneygoof via AccessMonster.com

Thanks for you response PieterLinden...

However, I do not following your suggestion or I did not explain myself well..
 

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