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 =...
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...
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.