I need to have a query that filters records on dates to find fruit varieties that ripen in a similar timing as the variety that is on a specific form. The problem is that the ripening times from the reference table have been entered over the years and all have different years. I dont care what the year is, I just want to show varieties that ripen within a few days either way of a specific variety. This is the type of criteria I would use on the query, which will filter a sub-report that will appear in a main report:
>[Forms]![EVALCURRENTSINGLE]![Ripe]-7 And <[Forms]![EVALCURRENTSINGLE]![Ripe]+5
>[Forms]![EVALCURRENTSINGLE]![Ripe]-7 And <[Forms]![EVALCURRENTSINGLE]![Ripe]+5