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 Rhinorhino 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: WillAtlGuy
  • Content: Threads
  • Order by date
  1. WillAtlGuy

    Outer Join with More than 2 Tables "Operator Missing"

    I am trying to perform a summary query that joins 4 tables. Ordinarily I don't work with Access. With DB2, I would write something like this: SELECT customer.customerNo, customer.name, Sum(customerContact.ordersPlaced) AS Orders, Sum(productSales.qtySold) AS Sales...

Part and Inventory Search

Back
Top