Comparing “Consecutive” Rows in Ms Access
问题 I have a table that looks like this: ID Subid Time Value Value2 1 1 3 100 2 1 1 4 100 2 2 2 3 200 1 2 2 4 200 2 4 4 4 10 4 5 6 3 10 2 5 6 4 12 2 What i want to do now is just show the entries where there is a difference from time 3 to time 4. So the result should look like this: ID Subid Time Value Value2 2 2 3 200 1 2 2 4 200 2 4 4 4 10 4 5 6 3 10 2 5 6 4 12 2 Conditions for an entry being in the second part are as follows: If there are two entries with the same ID and Subid, but a different