F
Flanman
Hi all,
I am working on a web based interface with Access backend. We are using
this tool to track employee training. I have the following tables currently
setup.
Employees - basic employee data
Classnames - list of available training classes
SkillLevel - number of 1-4 for level of understanding of a class
Managers - list of employee managers
ClassesTaken- Table where I store any classes taken this includes.
ClassTakenID(autonumber),EmployeeID,Classname,SkillLevel
Entering and looking up classes and employees is fine. I need to be able to
create a query that list classes NOT taken. Basicaly the opposite of the
classes taken table. I would like to startout with a list grouped by classes
list any employees that have not taken the class. Eventually I will want to
be able to view by individual classes. Any help would be greatly appreicated.
PS. I am pretty new at Access as well.
flanman
I am working on a web based interface with Access backend. We are using
this tool to track employee training. I have the following tables currently
setup.
Employees - basic employee data
Classnames - list of available training classes
SkillLevel - number of 1-4 for level of understanding of a class
Managers - list of employee managers
ClassesTaken- Table where I store any classes taken this includes.
ClassTakenID(autonumber),EmployeeID,Classname,SkillLevel
Entering and looking up classes and employees is fine. I need to be able to
create a query that list classes NOT taken. Basicaly the opposite of the
classes taken table. I would like to startout with a list grouped by classes
list any employees that have not taken the class. Eventually I will want to
be able to view by individual classes. Any help would be greatly appreicated.
PS. I am pretty new at Access as well.
flanman