I just tried this in a query - it's an inner join on 2 fields using "Or". It won't display in design view, but it works. Is there any reason not to use it?
SELECT Employees.FirstName, Employees.LastName, Customers.FirstName, Customers.LastName
FROM Employees INNER JOIN Customers ON...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.