I have a portion of a query that gets a start date and end date from a form. It is used to get 4 different queries for events that have happened in the past. I need to modify the query definition so that it asks for dates in the future. I have tried explaining to a few people how it "should" work, but they don't get it, so I want to take the logic out of their hands. I would be wanting 7 days from the start date, and 7 days from the end date. How do I do this in Access?
I also don't know if my ! and . are in the right place, but they work.
in the query designer - criteria column for relevant date:
I also don't know if my ! and . are in the right place, but they work.
in the query designer - criteria column for relevant date:
Code:
>[Forms]![FollowRep]![Range].[Form]![Start] And <[Forms]![FollowRep]![Range].[Form]![End]