Results 1 to 4 of 4
  1. #1
    komet122 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    5

    Question first attempt to build a database but need alot of help !


    I am building a database that a employee can evaluate Group leaders and or Team Members or Team Leaders, I have bult the forms and built alot of tables but now I need to get it all together as a working solution. I really want this to be as automated as possible so the data collected is not scewed. as simple as the emploee who is evaluating puts in his or her ID number and name department shift auto fills. and the one getting evaluated they choose the name and that information is auto populated. I have read alot of access books over the last 3 weeks but grasping some of the stuff has been difficult. last data base I created was in Dbase3 (showing my age) my main trouble is the relationships between tables. any help would be great here is a sample of data the actual tables of people are 4000.
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,898
    Why two employee tables?

    Are employees assigned as team leader and team members? Should not duplicate data. Don't save name, department, shift in all tables. Just save the GMIN. GMIN should be PK in employee table and FK in other tables.

    What is the FWA table?

    Similar named fields such as Safety1, Safety2, etc. is indication of non-normalized structure. If you add more questions, have to modify tables, queries, forms, reports.

    Why is there a query in the Relationships builder?
    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
    komet122 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    5
    Team Leaders are different classification FWA table Group Leaders management. The questions should never change. What would you recommend in the data tables in place of the saftey 1,2,3 ect.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,898
    Team Leaders are different classification FWA table Group Leaders management.

    Sorry, that makes no sense to me and doesn't alter my recommendation about the GMIN pk/fk.

    What would you recommend in the data tables in place of the saftey 1,2,3 ect.

    Conventional normalization would mean a child table for the evaluation comments:

    tblEvaluations
    EvaluateeID
    EvaluatorID
    CommentID
    etc.

    However, it is a balancing act between normalization and ease of data entry/output. Some statistical analysis could be more difficult with non-normalized data. Graphing probably would be more complicated. I have some non-normalized structure and to get graphs I have to create UNION queries to normalize the data.
    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. Build Database for Business
    By aggiemarine07 in forum Access
    Replies: 3
    Last Post: 11-07-2012, 03:50 PM
  2. Seeking someone to help me build my own database
    By Meat4grinder in forum Access
    Replies: 7
    Last Post: 08-11-2012, 10:04 PM
  3. build database based on xml schema
    By traymar in forum Access
    Replies: 2
    Last Post: 05-16-2012, 05:58 AM
  4. Replies: 3
    Last Post: 10-26-2011, 07:02 AM
  5. Help Me Build My Real Estate Database (Please)
    By Walkinglucid in forum Access
    Replies: 12
    Last Post: 03-24-2011, 10:47 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