Results 1 to 4 of 4
  1. #1
    dezenzerrick is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2015
    Posts
    7

    Employee "who has what" training

    IHi everyone. I am joining this forum to expand my knowledge and skills with database programming.


    I've been tasked by my employer to build a database that can display every employee, their training, and generate reports based on a search.
    We purchased (or downloaded from somewhere) a template that covers the first requirements. Currently, I can type in an employee, enter their training, where they trained, the date it starts/expires, etc etc. The template also allows us to search by training to see who has that training attached to their file.

    What I am to do is to create a separate form that tells me which employees still need to take training.
    For instance: John has Fire Evac training, but Bill doesn't. I know that bill doesn't have the training because I entered all of the info in. But it isn't efficient for our safety manager to search each employee and say "he/she doesn't have this/that training." A form that says "here are the people with fire evac training, and here are the people without."

    I understand very little about Access, but I can learn. If someone could offer advice or assistance, I would be greatly appreciative.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Create a query of who does have the training (you can use a parameter query so you can check different items). Then use the unmatched query wizard to compare that query to the employee table.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    dezenzerrick is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2015
    Posts
    7
    Noob question - how does one make a parameter query?

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    I would create a form with a combo box of the courses, and have the query criteria refer to that form/combo. You can use the Build functionality to get the syntax, or:

    Forms Refer to Form and Subform properties and controls
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 3
    Last Post: 02-16-2015, 01:04 PM
  2. Replies: 1
    Last Post: 02-05-2015, 05:41 PM
  3. Replies: 1
    Last Post: 09-03-2014, 03:27 AM
  4. Replies: 8
    Last Post: 07-15-2014, 05:56 PM
  5. Replies: 11
    Last Post: 03-29-2012, 02:32 PM

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