johannaellamay
Registered User.
- Local time
- Tomorrow, 04:29
- Joined
- Jul 19, 2014
- Messages
- 190
Hi. I have the following tables w/ the following fields:
1. Employee Category
EmployeeCategoryID | EmployeeCategory
2. Employee
EmployeeID | Name | EmployeeCategoryID
3. Employee Category History (generated from Append Query to record history of employee categories)
EmployeeID | Name | EmployeeCategoryID
Then I have a report which is generated from Employee Category History table.
Problem:
In my report, I want the Employee Category field to show the category name, and not the category ID. How can I do that?
1. Employee Category
EmployeeCategoryID | EmployeeCategory
2. Employee
EmployeeID | Name | EmployeeCategoryID
3. Employee Category History (generated from Append Query to record history of employee categories)
EmployeeID | Name | EmployeeCategoryID
Then I have a report which is generated from Employee Category History table.
Problem:
In my report, I want the Employee Category field to show the category name, and not the category ID. How can I do that?