I have follwoing table showing part number M1 with 5 entries
PONum PartNum
5331 M1
5331 M1
5332 M1
5332 M1
5332 M1
what i need help with is to be able to write a query that return that there are 5 entries for M1 and that its on two seperate PoNum's
Part Num PartCount PoNumCount
M1 5 2 '(showings it is on 2 Different PoNumbers)
PONum PartNum
5331 M1
5331 M1
5332 M1
5332 M1
5332 M1
what i need help with is to be able to write a query that return that there are 5 entries for M1 and that its on two seperate PoNum's
Part Num PartCount PoNumCount
M1 5 2 '(showings it is on 2 Different PoNumbers)