C
cm500
I have been beating my head against a wall over this.
I have 3 tables
1. Employees (employeeID, lastname, firstname, position)
2. Classes(classid, classname, classdescription)
3. Employee classes (classid, employeeid)
Now each employee is assigned to take various classes and each class
can be assigned to more than one employee. A many to many
relationship, right?
So I created the linking table of EmployeeClasses which has employeeID
and ClassID as its fields. Then many one to many relationships from
each of the primary tables.
Now what I want to do is link which classes to which employees.
Preferably through a form /subform with a drop down box letting me
chose the classes by class name from the classes table.
Can't get it to work. Can anyone help me?
Thanks,
...Chris
I have 3 tables
1. Employees (employeeID, lastname, firstname, position)
2. Classes(classid, classname, classdescription)
3. Employee classes (classid, employeeid)
Now each employee is assigned to take various classes and each class
can be assigned to more than one employee. A many to many
relationship, right?
So I created the linking table of EmployeeClasses which has employeeID
and ClassID as its fields. Then many one to many relationships from
each of the primary tables.
Now what I want to do is link which classes to which employees.
Preferably through a form /subform with a drop down box letting me
chose the classes by class name from the classes table.
Can't get it to work. Can anyone help me?
Thanks,
...Chris