Results 1 to 4 of 4
  1. #1
    jbevans is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Nov 2011
    Posts
    1

    Design Help

    So glad that I found this place! :-)

    Ok, Im kinda familiar with Access although its been quite a while since I used it so bare with me. Im going to try and describe this the best I can...

    I will have a table with Employees and info
    I will also have a table with Job# and info

    These employees may end up doing hours on several different jobs within a pay week. How would I set that up?



    Also, these employees have their own Emp ID but then also belong to a certain Crew (Would I need a table for Crews with employees listed there) but can be moved around at any given time to fill absenses/vacation/etc. Within the crew, on a job#, they have to complete a certain number of miles per week. That is based on a crew of all and how many man hours were used to get those miles. (It is not based on employee)

    Info that I would like to be able to pull at any given time as examples would be.....
    *Job#? 11/1/2001 -11/27/2001, how many miles did Crew get and how many man hours did it take?
    *How many hours did this Employee have within this job#? (Bonuses are figured on employee percentage of time involved on the job)
    *I really need the hours to go to that employee every week but also need to be able list what job it goes to. They may have 10 hours on job1 and 30 hours on job2.
    *But then also need to be able to enter miles/man hours for the Crew# for the week.
    *Need to be able to pull up a Job# and see any total man hours/miles for a period of time.

    So................ what tables and PK/FKs would you set up to link all these things?
    Thanks for any help!!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Review the 'sticky' thread tutorials at http://forums.aspfree.com/microsoft-access-help-18/

    Design a data schema and post for analysis. Get the data structure designed before thinking about output.
    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
    dblife's Avatar
    dblife is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2011
    Location
    South Shields, UK
    Posts
    104
    It is easy to get bogged down with the complexity of something like this but when broken down into normalised tables, it is quite straightforward.
    A table for employees.
    A table for jobs.
    A table to link them, recording who was where etc
    A table for customers.
    Maybe a few others.
    How you put them together is the trick to designing easy to use queries and forms - let me know if you would like more help.

  4. #4
    dblife's Avatar
    dblife is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2011
    Location
    South Shields, UK
    Posts
    104
    I have attached an example I designed to show you the simplest version of what I think you might need?
    You create or select a job from the first tab, on the second tab you choose a date that work happened on, who did the work and how long for.
    You can hit the report button at any time to see what the status is.
    This can be refined to show work by week or employee or even job if required.
    Let me know if it is right for you and you would like help developing it.
    tom"at"my-db.co.uk

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

Similar Threads

  1. Web Design
    By Azeez_Andaman in forum Misc
    Replies: 2
    Last Post: 02-01-2012, 12:59 AM
  2. Web Design
    By Azeez_Andaman in forum Misc
    Replies: 2
    Last Post: 09-25-2011, 06:26 AM
  3. Help with Design
    By rbiggs in forum Database Design
    Replies: 8
    Last Post: 07-10-2011, 07:13 PM
  4. Help please in design!
    By Sleepymum in forum Access
    Replies: 1
    Last Post: 01-25-2011, 11:12 AM
  5. Design help
    By jacko311 in forum Database Design
    Replies: 0
    Last Post: 11-12-2009, 05:57 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