Results 1 to 2 of 2
  1. #1
    mathanraj76 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    39

    total time calculation for overtime

    Hi..

    I have problem in last part of my reports..
    I have create overtime database for the staff

    I have start time and end time

    so after this "end time - start time" i will get how hours and minutes does a staff do overtime

    this report will generate from 1st to 30th ..

    at the end i need to call calculate total hours and minutes does a staff do overtime on a month..

    Can some show me the way how to call total hours and minutes in my access report



    Thanks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    on a form,frmRpts, put text boxes for start and end dates, txtStartDate, txtEndDate

    Q1. make a query to sum the Total hrs /person per week. (fractional hrs too)
    Q2, using Q1 split the Reg Time and Overtime. (unless you've already done it in fields)

    you can also write these weeks to a temp table to sum later

    sum for the month. All queries should use date ranges from the form (weekly, and monthly)
    select * from table where [date] between forms!frmRpts!txtStartDate and forms!frmRpts!txtEndDate

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Calculation of total incorrect
    By PhilJ in forum Access
    Replies: 6
    Last Post: 04-19-2016, 08:52 PM
  2. Replies: 4
    Last Post: 10-10-2014, 02:39 PM
  3. Replies: 5
    Last Post: 07-24-2014, 07:54 AM
  4. Total Kg FIeld Calculation
    By shazi9b in forum Access
    Replies: 1
    Last Post: 10-28-2013, 03:44 PM
  5. Calculating Overtime hours from Time entries
    By weshader in forum Programming
    Replies: 3
    Last Post: 11-13-2011, 01:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums