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

    IN and NOT IN

    Hi, I'm having a bit of trouble with a SELECT query. I'm trying to select a count of the number of products which are not part of Invoices, Sales Orders etc. The code I have so far is.... SELECT COUNT(*) FROM tbProdDesc WHERE [Stock Code] NOT IN (SELECT [Stock Code] FROM tbQuotePart UNION...

Part and Inventory Search

Back
Top