I have an Employee Table with the employee's ID, FullName, etc.
I then have a table that pulls in the Employees Name, then they schedule after that with times, etc.
I then created a query to pull each employees name, then their schedule for a specific date.
Then, from the query, I made a report. The report shows Employee, then their schedule. Problem is, it's pulling the employees "ID", rather than their name. (In the query, above it is pulling their name to be shown.)
How do I make it show the employees name rather than their ID?
Thanks.
I then have a table that pulls in the Employees Name, then they schedule after that with times, etc.
I then created a query to pull each employees name, then their schedule for a specific date.
Then, from the query, I made a report. The report shows Employee, then their schedule. Problem is, it's pulling the employees "ID", rather than their name. (In the query, above it is pulling their name to be shown.)
How do I make it show the employees name rather than their ID?
Thanks.