From: disneygoof via AccessMonster.com on 2 Jun 2010 17:17 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 -- David (Disneygoof) Message posted via http://www.accessmonster.com
From: PieterLinden via AccessMonster.com on 2 Jun 2010 23:10 disneygoof wrote: >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. -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/201006/1
From: disneygoof via AccessMonster.com on 3 Jun 2010 08:30 Thanks for you response PieterLinden... However, I do not following your suggestion or I did not explain myself well..
|
Pages: 1 Prev: Date query Next: Graphical problems with forms in AC 2007 |