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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BISPO82

  1. BISPO82

    Large Database Query by Date

    This is the one that gives me every part every ordered. SELECT [ORDER DETAILS].PARTNO, PARTS.DESC, Count([ORDER DETAILS].PARTNO) AS CountOfPARTNO FROM PARTS INNER JOIN [ORDER DETAILS] ON (PARTS.PARTNO = [ORDER DETAILS].PARTNO) AND (PARTS.PARTNO = [ORDER DETAILS].PARTNO) AND (PARTS.PARTNO =...
  2. BISPO82

    Large Database Query by Date

    Anyone have a suggestion? I'm very new to ACCESS. At work I have a huge Parts Order database. There are tables for our Part Info, Order Details (which parts to where), and Order Header (how and when). I need to create a query that shows which parts are ordered more often than the others. I...

Part and Inventory Search

Back
Top