Table is tblReview
Fields are Pln#
PN
CND
Date Rcvd
SELECT tblReview.[Pln#], Last(tblReview.PN) AS LastOfPN, Max(tblReview.CND)AS MaxOfCND,Last(tblReview.[Date Rcvd]) AS [LastOfDate Rcvd]
FROM tblReview
GROUP BY tblReview.[Pln#]
HAVING...
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.