Results 1 to 3 of 3
  1. #1
    mommyof4kids is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2012
    Posts
    20

    Estimates vs Actuals - best way to store data?

    I need to track estimates of overtime hours & the associated costs for multiple fiscal years. (we use for planning purposes the next year)

    Currently I have a table with actuals for this FY (hours and the associated costs), along with other data (employee, date, etc.)



    For the estimates, we only care about the hours & the estimated costs for those hours for that particular reason (ie vacation).

    Each reason (ie vacation leave) will have an estimated # of hours, estimated cost, then eventually will have actual hours & costs.

    We have been tracking this info in Excel and linking all the cells (which is a nightmare) back to higher level reports.

    I'm running into a brain block for the estimates vs the actuals. I currently have a table for actuals and another table for estimates. I want to be able to display them on the screen for review and updates (to the estimates only)...in Excel the managers are used to seeing reports with many multiple columns and in Access 2010 you can't really do that...so I thought maybe I would trick it and name the fields FY15ActHrs, FY15EstHrs, etc. so that I could display them side by side (as in columns)..works fine in a report, however, how can I display this so they can make updates? (in a form?) ActHrs (Actual Hours) EstHrs (Estimated Hours), etc. Or display the results on the screen, do a pop up form for them to make changes? Obviously the only estimates they really need to update will be for FY18 and beyond.

    OT Code: Vacation Leave

    PP01 FY15EstHrs FY15EstCost FY15 Act Hrs FY15 ActCost then would have years FY16, FY17, FY18
    PP02
    PP03


    Hope that makes sense.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    Your structure is wrong. Use:
    FY, code, EstHrs,EstCost,ActualHrs,ActualCost

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    i'm not sure of the level of detail needed, but in general terms you have

    -Employees
    -Employee Years of Service??
    -Employee Salary
    -Employee Reg Hrs
    -Employee OT Hrs
    -Employee Entitlements (hrs vacation etc)

    -Employees work in Departments/Areas

    -Potential Hirings

    etc.

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

Similar Threads

  1. Replies: 5
    Last Post: 10-28-2014, 11:01 AM
  2. Replies: 9
    Last Post: 04-01-2014, 05:06 PM
  3. Budget and Collections(Actuals)
    By dref in forum Queries
    Replies: 20
    Last Post: 08-23-2012, 06:12 AM
  4. How to store data many row in one table
    By dododo in forum Access
    Replies: 4
    Last Post: 06-25-2011, 12:42 AM
  5. Budget and Collections(Actuals)
    By dref in forum Forms
    Replies: 0
    Last Post: 08-19-2010, 03:39 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