Good morning, and thanks in advance for any assistance...
I have a linked table in SQL (tblSupervisor) that contains an employee number and a supervisor name. I want to join that table with an access table (tblEmpview) that contains employee number and name. Simple...right? Here's the problem...in my SQL table (tblSupervisor), the employee number is stored as TEXT and in the access table (tblEmpview) the employee number is stored as a number. (I didn't create the SQL table...it comes from a vendor...why would anyone store a number as text?!?) So the problem is...I can't join the 2 tables and come up with an Employee name and a supervisor name. Any suggestions??
Thanks!!
I have a linked table in SQL (tblSupervisor) that contains an employee number and a supervisor name. I want to join that table with an access table (tblEmpview) that contains employee number and name. Simple...right? Here's the problem...in my SQL table (tblSupervisor), the employee number is stored as TEXT and in the access table (tblEmpview) the employee number is stored as a number. (I didn't create the SQL table...it comes from a vendor...why would anyone store a number as text?!?) So the problem is...I can't join the 2 tables and come up with an Employee name and a supervisor name. Any suggestions??
Thanks!!