L
Lambi000
I have two tables, one with employee names and the other with work groups
they will be in. There are many groups and the employees can be in any
number of them. None of them have been assigned yet, so I have created a
table and form for HR to use for the assignments.
The table has the Employee ID and the Job ID and it works fine with the form
and updates the table properly, but when I query from the table to get the
information for a report, I am never successful in getting the name from the
Employee table or the Group name from the Group table. And if I do get a
name, it's the wrong one.
I have tried every single way of putting the relationship together, but it
just never works right. All I want is the Employee ID in the Assignment
table to pull the appropriate name from the Employee table so it can show up
in a report. The same with the groups.
What am I missing here?
they will be in. There are many groups and the employees can be in any
number of them. None of them have been assigned yet, so I have created a
table and form for HR to use for the assignments.
The table has the Employee ID and the Job ID and it works fine with the form
and updates the table properly, but when I query from the table to get the
information for a report, I am never successful in getting the name from the
Employee table or the Group name from the Group table. And if I do get a
name, it's the wrong one.
I have tried every single way of putting the relationship together, but it
just never works right. All I want is the Employee ID in the Assignment
table to pull the appropriate name from the Employee table so it can show up
in a report. The same with the groups.
What am I missing here?