Viewing 15 posts - 211 through 225 (of 3,543 total)
SELECT [Entry],Total_MPF,SUM(MPF) AS [MPF]
FROM [tablename]
GROUP BY [Entry],Total_MPF
HAVING Total_MPF <> SUM(MPF)
ORDER BY [Entry] ASC;
From the data you posted...
March 28, 2019 at 11:05 am
March 19, 2019 at 10:43 am
March 19, 2019 at 10:25 am
Jeff Moden - Monday, March 18, 2019 10:22 AMShirting gears a bit...
Shirting... really :crazy:
If you're shirting instead of shifting, we're...
March 19, 2019 at 8:04 am
March 13, 2019 at 3:07 am
March 8, 2019 at 1:59 am
A simple google search would have found the answer, add the following to end of your code
March 7, 2019 at 8:13 am
March 7, 2019 at 7:59 am
March 7, 2019 at 2:14 am
February 27, 2019 at 9:03 am
February 25, 2019 at 1:38 am
I received a call this morning (2019-02-15) at approximately...
February 15, 2019 at 4:21 am
December 13, 2018 at 7:22 am
November 9, 2018 at 9:20 am
Viewing 15 posts - 211 through 225 (of 3,543 total)