I have this calculation in a form I need to add Holiday time to get weekly totals

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • littlemacs9
    New Member
    • Dec 2009
    • 1

    I have this calculation in a form I need to add Holiday time to get weekly totals

    Code:
    =(DateDiff("n",[SIgn In],[Sign Out])-DateDiff("n",[Lunch Out],[Lunch In]))/60
    Last edited by NeoPa; Jan 8 '10, 12:38 AM. Reason: Please use the [CODE] tags provided
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    We're here to answer questions and suggest solutions to problems, but you haven't asked a question nor presented a problem! You've given us one expression you're using, and nothing else!

    Have you tried to get a weekly total without the 'holiday time?' If so, what code are you using? Where does your 'holiday time' come from?

    Be aware that what we don't do is provide whole cloth applications! We need you to help us to help you! In short, we need details!

    Welcome to Bytes!

    Linq ;0)>

    Moderator

    Comment

    Working...