Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: whit0313
  • Content: Threads
  • Order by date
  1. whit0313

    Can Access generate a.ID=b.ID (not INNER JOIN) in SQL?

    I'm doing some queries in Access Design view, then using the generated SQL elsewhere. Unfortunately, when Access generates SQL, the joins are all INNER JOINs, not simply "where table1.id = table2.id". For example, I get this: SELECT Dept.DeptID, Dept.Name, Staff.Surname FROM Dept INNER JOIN...

Part and Inventory Search

Back
Top