Results 1 to 4 of 4
  1. #1
    JaciSiehl is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Oct 2015
    Posts
    2

    Question Need to track and report when training is done and due

    I have to track safety training and have inherited an Excel program - which is ok for tracking but not for planning. I have 2 companies that use the same training. The variables are employees, various subjects, date a subject is completed, and various required time frames (annual, bi-annual, as needed, etc). Ultimately, I want to report by employee, by company, by subject, or by what is due at a particular time. If I can get my tables & queries set I know I can do the reporting, but what I am having trouble with is where to enter the date a subject is done and how to calculate when it is due again so I can run the report on each person, subject, or as a company what is due.

    My tables are:

    EE
    ID, Name, DateStart, DateTerm, Company

    Subject
    ID, Title, Frequency (drop list)

    Frequency
    UponHire, Annual, 12Mo, Bi-Annual, 3Yrs, AsNeeded, and Heat



    Thanks,

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Do you care about history of training or just want the latest attendance on record?

    Need another table for records that associate employee with training subject.

    EmployeTraining
    EmployeeID
    TrainingID
    AttendDate

    That will document history of training attended.

    If all employees must have the same training, db is relatively simple. However, if requirements vary per employee, gets complicated. This type of db has been topic of several threads. Did you search?
    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
    JaciSiehl is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Oct 2015
    Posts
    2
    Unfortunately, I do have to keep track of history. 99% of the training will be general information for everyone - but there will be some things that only some people need, and some subjects are not required but fall into the "other safety training" but we do need to be specific.

    I did a search on the threads but did not find this topic under the searches I was doing. I'll try again and I will add the date table and see if I can massage it to do more than Excel does.....thanks

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    So now maybe you need another table that identifies the training required for each employee. Is the training required because of job description? Or will training program be tailored for each employee?
    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: 1
    Last Post: 06-18-2014, 12:19 AM
  2. Generate Report that list current training course only
    By TheHarleygirl2005 in forum Reports
    Replies: 6
    Last Post: 09-27-2013, 12:19 PM
  3. staff training data base, training
    By SAJAN in forum Forms
    Replies: 1
    Last Post: 09-22-2012, 05:09 AM
  4. Replies: 1
    Last Post: 08-06-2012, 08:47 AM
  5. Creating a Database to track Employee Training
    By osolaru in forum Database Design
    Replies: 9
    Last Post: 08-25-2011, 01:29 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