So I have a query which is pulling data that has been sorted by Clock number then by a field called "gap minutes" which I created to determine a gap between two timed transactions performed by the given clock number. I have all the records numbered with an ID if that helps my problem: I need to get the records before and after these queried results. Attached is the query I am using now in design view. This only shows me any gap minutes over 15 minutes. I need to see these records as well as the records immediately before and after. Let me know if you can help.