I'm trying to create a query that will show me when there is a difference of say 10% (the absolute amount really doesn't matter) between the previous record and the current record in a table.
Example:
Name |Score
John |80
John |85
John |100
The query should show me the records with the scores of 85 and 100. I saw a command that would do it, but I can't find it. Please help.
Lauren
Example:
Name |Score
John |80
John |85
John |100
The query should show me the records with the scores of 85 and 100. I saw a command that would do it, but I can't find it. Please help.
Lauren