Hi, I’m new to the forum, and getting better with Access, but I’m still pretty new t it. I’m trying to write a query that will compare dates of food inspections. I need to check over a 3-year period if any inspection has lapsed more than 7 months from the previous. For each record I need to compare date 1 to date 2, if not more than 7 months then compare date 2 to date 3, and so on. If any 2 dates are more than 7 months, the record must be selected.
I used a little SQL in school a few years back, but I’m sure I could figure out how to do it if you can give me an example of the syntax.
I used a little SQL in school a few years back, but I’m sure I could figure out how to do it if you can give me an example of the syntax.