I have a database that is used to track sports events. I am trying to design a query that will list all events that occur within two specified dates. Also, my table has a START and END field.
The query has the following criteria on each of those fields: Between [Enter Start] And [Enter End]. My problem is this: Say I'm looking for all events that fall within the 6/4/01 and 6/9/01 window (which are the two values I use for the parameter.) If an event is scheduled 6/1/01 - 6/10/01 the query does not return that record. Even though the event itself occurs inside that requested date parameter the query ignores it. How do I remedy that?
Please note, that I'm just beginning with Access and I simply use the Query design view to modify it. If this can be solved inside the "Build" feature that would be great! I hope this question made some sense. Any help is greatly appreciated.
The query has the following criteria on each of those fields: Between [Enter Start] And [Enter End]. My problem is this: Say I'm looking for all events that fall within the 6/4/01 and 6/9/01 window (which are the two values I use for the parameter.) If an event is scheduled 6/1/01 - 6/10/01 the query does not return that record. Even though the event itself occurs inside that requested date parameter the query ignores it. How do I remedy that?
Please note, that I'm just beginning with Access and I simply use the Query design view to modify it. If this can be solved inside the "Build" feature that would be great! I hope this question made some sense. Any help is greatly appreciated.