There is no WHERE-clause and the JOIN is not specified the right way.
SELECT EmployeeFirstName,EmployeeLastName,,RegionName, RegionOfficeT.RegionID
FROM EmployeeT
INNER JOIN RegionOfficeT ON EmployeeT.RegionID = RegionOfficeT.RegionID
WHERE RegionName="East" OR RegionName="West"
Groeten, Peter http://access.xps350.com/