In response to Question#2, I would create a field in your query that would derive this count:
GreaterThan10:iif([Diff] > 10,1,0)
Add this field to your form, probably with the Visible property set to No,
in the footer section add a text box and set the value to =sum([GreaterThan10])