Those links seem to be centered around dates whereas your example is not. Perhaps that is not relevant, but I do agree it's not simple for a novice.
It is possible if you create an ordered recordset from a query that sorts the records (for your purpose I presume you'd use ascending order). Assuming you would compare 1 against 2, then 2 against 3, 3 against 4, etc., after creating the DAO recordset you'd have to loop through the records, assign the values to variables (easier than constantly referring to the recordset field) and subtract the differences between the variables. The trick is to move to the next record and restart the loop while assigning the next value to the proper variable and subtract again. Repeat and rinse.
This might be one of those times Excel is the better tool.
