Results 1 to 3 of 3
  1. #1
    lewis1682 is offline Advanced Beginner
    Windows 7 32bit Access 2003
    Join Date
    Aug 2013
    Posts
    37

    Help with creating a training tracker database.

    Hi all,



    It's been a while since I last created a Access DB, so I am a little rusty. My current project is to create a training tracker DB for some volunteers (workers). I have already created the following tables:

    tbl_workers:
    ID (PK)
    txt_name
    txt_units
    txt_course

    tbl_Units:
    unit_ID (PK)
    txt_unitName
    txt_desc

    tbl_course:
    course_ID (PK)
    txt_courseName
    txt_courseUnits
    txt_desc
    What I am trying to achieve is to be able to assign a list of unit codes to a course, once a worker has completed all the units associated with that course they will have that course be assigned to their profile with their completion date. I am very stuck when it comes to being able to create the correct queries and relationships to make this work. Also the end user should be able to create the courses and assign the units needed to pass.

    Any help is appreciated.

    Thanks.

    Using Windows 10, Access 2016
    Last edited by lewis1682; 12-10-2016 at 05:54 AM. Reason: Specs

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    Workers table would not have Units. Only Worker info.
    You need a worker unit taken.
    tWorkerUnits table:
    workerID
    unitID
    DateTaken
    Complete

    you should t need course on the worker. the workerunits can roll up a course on the tCourse table.

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Also the end user should be able to create the courses and assign the units needed to pass.
    Would you describe the relationship between courses and units? And maybe some examples?

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

Similar Threads

  1. Replies: 2
    Last Post: 06-08-2015, 02:56 PM
  2. Replies: 1
    Last Post: 06-18-2014, 12:19 AM
  3. Creating a Database to track Employee Training
    By osolaru in forum Database Design
    Replies: 9
    Last Post: 08-25-2011, 01:29 PM
  4. Training Tracker Table Relationships
    By Desstro in forum Database Design
    Replies: 3
    Last Post: 11-30-2010, 10:15 AM
  5. Creating a Time Tracker
    By share knowledge in forum Reports
    Replies: 0
    Last Post: 03-01-2010, 01:00 AM

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