I have created a data base that consists of two tables. The first table is “Table of Employees” which consists of the employee’s personal information. The second table is “Table of Department” which consists of the employee’s company/department information. I created a query based on the Department Table (See below). I than created a report based on that query. When I create the report with “Report Wizard” the data in the report comes out perfectly. However when create the report with grouping with the Report Wizard, the ManagerSupervisor data displays the EmployeeID from my Table of Employee’s and not the Manager/Supervisor name. When I view the data of the query in datasheet view, the correct data is displayed not the EmplyeeID. Is there something that I am doing wrong in my query or tables to make Manager/Supervisor data display the EmployeeID in the report?
Employees Table -tblEmployes
EmployeeID – This is my primary key
FirstName
LastName
DateOfBirth
HomeAddress
City
State
Zipcode
HomePhone
Department Table - tblDept
Dept_ID - This a an autonunber an my primary key
EmployeeName – Lookup value from, “tblEmployees” - EmployeeID
JobTitle
ManagerSupervisor - Lookup value from, “tblEmployees” - EmployeeID
CubeOfficeNumber
WorkNumber
CellularNumber
ProjectNumber
HireDate
Manager Query – All fields are from the Department Table
ManagerSupervisor
EmployeeName
JobTitle
HireDate
Employees Table -tblEmployes
EmployeeID – This is my primary key
FirstName
LastName
DateOfBirth
HomeAddress
City
State
Zipcode
HomePhone
Department Table - tblDept
Dept_ID - This a an autonunber an my primary key
EmployeeName – Lookup value from, “tblEmployees” - EmployeeID
JobTitle
ManagerSupervisor - Lookup value from, “tblEmployees” - EmployeeID
CubeOfficeNumber
WorkNumber
CellularNumber
ProjectNumber
HireDate
Manager Query – All fields are from the Department Table
ManagerSupervisor
EmployeeName
JobTitle
HireDate