I have a module that is supposed to do this but does not. Via my form I need to view Dates in increments by my set criteria. One of which is every 7 days. I have tried unsuccessfully to do this with queries and vba as well as my module. You have a list of dates where you need to see every 7th record, i.e. 7 days. Counting from the date which is in date field TransDate I then want to see dates in increments of 7.Example: A record was created on 2/1/13 then I want to see the next record be on 2/8/13 and so on. There is other criteria that comes into play but I have that managed. I attach pics of the qry and the module.