Need help figuring out which SQL will work...
I have the following SQL code:
SELECT NPP2.PID AS Others,
Sum(NPP2.Total) AS Total,
Sum(NPP2.AP) AS AP,
Sum(NPP2.EN) AS EN,
Sum(NPP2.CN) AS CN,
Sum(NPP2.TD) AS TD
FROM GroupedPartners, NPP2
WHERE ((NPP2.PID) In (GroupedPartners.[Grouped...