Results 1 to 2 of 2
  1. #1
    shell159 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2015
    Posts
    7

    Employee Time Tracking Database Design

    I am a relative novice with database design. Currently our company is utilizing a spreadsheet to track employee time records, but we would like to move to a database so that we can use the information to generate more usable reports. We are relatively small with about 25-30 employees. My problem is that I am not entirely sure the best way to break down my information to be able to maintain the information I need.

    I need to be able to track the following information:
    • Employee ID (last 4 of SSN)
    • Employee Name
    • Component
    • Full Time or Part Time (part time employees need to be able to track the number of hours worked to make sure they don't exceed 1000 hours in the calendar year)
    • Hire Date (Full time employees accrue 40 hours of vacation after 1 year as well as 24 hours of personal leave which reset every year on their anniversary date. In addition, full time employees earn 4 hours of sick leave every 28 day schedule)
    • Hours worked for the week (Sun-Saturday) (4 time cards per 28 day period)
    • Sick leave used
    • Vacation used
    • Compensatory time used
    • Holiday time used
    • Personal leave used
    • Sick leave accrued
    • Vacation accrued
    • Compensatory time accrued (calculated based on 28 day period - straight time for 160-171 hours per 28 day period - time and half for hours over 171 in the 28 day period)
    • Personal leave accrued
    • Running balance for each type of time




    The goal is to be able to enter the time worked and any time taken off each week when time cards are submitted. We want to be able to enter an employee id at any given point and tell how much of each type of time they have in their "banks".

    Right now we have spread sheet with rows for each of the time categories and columns for each week. Every 4 weeks there is a formula that computes the accrual for the 28 day period. Each employee has their own spreadsheet tab with the same dates, formulas, etc. The spreadsheet gets rather long and complex and doesn't allow for a very user friendly summary of vacation, sick leave, etc. I have looked online, but I am not finding any really good examples of how this can be accomplished. Are we better off staying with our spreadsheet or is there a simple way to organize this data for a database?

    Any help would be greatly appreciated.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,898
    T&A db is one of the more difficult to build. One reason is that most T&A paper forms do not resemble normalized database structure.

    Has been topic of numerous threads. Did you search? MS has a TimeCard database template you might download and explore.

    Think I would explore use of an OTS package like QuickBooks. If I remember right, it has payroll component. But you don't seem to want payroll, just leave tracking. Don't remember if QB has leave tracking.

    In Access > File > New > Employee > TimeCard
    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: 9
    Last Post: 04-05-2018, 02:20 AM
  2. Replies: 3
    Last Post: 03-13-2014, 11:21 PM
  3. Help With Patient Tracking Database Design
    By wkenddad in forum Programming
    Replies: 2
    Last Post: 04-25-2012, 09:15 PM
  4. Database Design for employee
    By Ramya in forum Database Design
    Replies: 1
    Last Post: 07-29-2011, 11:57 AM
  5. Help with Table Design for Employee Task Database
    By shelbsassy in forum Database Design
    Replies: 6
    Last Post: 04-08-2011, 05:14 PM

Tags for this Thread

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