I have a query that needs to pull info from three tables. The three tables are:
tblEmp - primary key of social security number
tblEmpChg - no primary key
tblLocalTravel - no primary key
tblEmp is linked to tblEmpChg by SSNO
tblEmp is linked to tblLocalTravel by EmpSocial
My test queries of tblEmp and tblEmpChg run ok.
My test queries of tblEmp and tblLocalTravel run ok.
When I design a query using all three tables, the query will not work. What am I doing wrong?
tblEmp - primary key of social security number
tblEmpChg - no primary key
tblLocalTravel - no primary key
tblEmp is linked to tblEmpChg by SSNO
tblEmp is linked to tblLocalTravel by EmpSocial
My test queries of tblEmp and tblEmpChg run ok.
My test queries of tblEmp and tblLocalTravel run ok.
When I design a query using all three tables, the query will not work. What am I doing wrong?