I am trying to make a "create table query". The purpose of this new query is to look at a larger table, and only pull client name; Analyst; and Reviewer. When I look at the query datasheet view, everything looks fine, but when I "run" the query and the new table is created, I run into issues. Under the "Analyst" column, I only see the unique ID instead of employee name. Under the "review" column, some of the employee names show, but others show as the unique ID (for example, employee 9 always shows up as '9', and the rest of the reviewers names show). In the underlying table, the name (not unique ID) is shown.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]CLIENT NAME[/TD]
[TD]ANALYST
[/TD]
[TD]REVIEWER
[/TD]
[/TR]
[TR]
[TD]Client A
[/TD]
[TD]3
[/TD]
[TD]Michael
[/TD]
[/TR]
[TR]
[TD]Client B
[/TD]
[TD]4
[/TD]
[TD]Lisa
[/TD]
[/TR]
[TR]
[TD]Client C
[/TD]
[TD]2
[/TD]
[TD]Melissa
[/TD]
[/TR]
[TR]
[TD]Client D
[/TD]
[TD]7
[/TD]
[TD]9
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]CLIENT NAME[/TD]
[TD]ANALYST
[/TD]
[TD]REVIEWER
[/TD]
[/TR]
[TR]
[TD]Client A
[/TD]
[TD]3
[/TD]
[TD]Michael
[/TD]
[/TR]
[TR]
[TD]Client B
[/TD]
[TD]4
[/TD]
[TD]Lisa
[/TD]
[/TR]
[TR]
[TD]Client C
[/TD]
[TD]2
[/TD]
[TD]Melissa
[/TD]
[/TR]
[TR]
[TD]Client D
[/TD]
[TD]7
[/TD]
[TD]9
[/TD]
[/TR]
</tbody>[/TABLE]