Results 1 to 8 of 8
  1. #1
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114

    Time In Time Out Attendance

    Can anyone direct me to a sample database where its about Time In and Time Out Attendance. If not, can anyone give me an idea how to do this?

    It will just calculate the difference of Time In Time Out with employees Card Number.

    The Time In and Time Out attendance is provided (no data entry), it is generated from other tool. I will just load it from an excel sheet to the access database and it will calculate and generate report. Default should be 9 hours per day, if they wont render 9 hours it will show in Difference column. Report will be like this:

    ID Num: | Name: | Time In: | Time Out: | Total |Difference (missing hours)



    12345 | Al Smith | 8.00am | 5:00pm | 9 | 0
    54321 | Joy Pitt | 8.00am | 4.30pm | 8.30 | -0.30

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    That doesn't look like correct time structure. Is the time values saved into date/type data type?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    actually, i havent started the database yet. im getting ideas first.

    what they want me to do is to create a database for time in time out attendance..... the report should have id number, name, time in, time out, total, difference... wherein the time in time out are given or taken from another tool. i will just feed the excel sheet containing the time in time out into the access database to generate a report. its a good idea to feed since access only has 2gb of memory, so this excel sheets are separated from access memory.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Only 2GB but depending on the data, that could be millions of records.

    Use DateDiff function to calculate difference between start and end date/time values.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    problem here is that , im not an expert with Access. i do research and apply what i researched....

    it could be millions of record but if the record is growing everyday, 2GB will be no more. and also, they dont want someone to key-in the time in time out records because a tool has been doing that for us.

  6. #6
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    example of db size
    repair tracking db 130.000 repairs, 400+ customers. + assosiated data = ~ 120mb
    ! after compact/repair if you don't then the db can grow and grow...
    so for your 2gb youll'd be looking at over 2mill records

    1000 ways to skin a cat, allways looking for another one...
    Use MDB format for sample post. If your issue is fixed, mark the thread solved.
    Click on the star below if this has helped.

  7. #7
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    its not possible also to import? excel sheets to Table (time in time out)... they just dont want the data entry job, putting all the time in time out in the access database to generate report.

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Yes, Access can import from or dynamically link to a spreadsheet.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 42
    Last Post: 03-01-2013, 06:58 AM
  2. Replies: 1
    Last Post: 08-14-2012, 03:22 AM
  3. Replies: 1
    Last Post: 02-28-2012, 09:16 PM
  4. Replies: 7
    Last Post: 08-04-2011, 07:49 PM
  5. Replies: 12
    Last Post: 02-22-2011, 03:39 PM

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