I need some help with the following:
I have 3 date fields [Proj Date], [Proj Date 2] and [Proj Date 3]. These allow for users to project up to 3 dates for an event to take place. I have set up a parameter query that asks for a [Start Date] and [End Date]. I have the following entered in the QBE grid for each of the projected fields:
Is Not Null And Between [Start Date] And [End Date].
If a record has 30/7/2001, 30/8/2001 and 31/12/2002 for the [Proj Date], [Proj Date 2] and [Proj Date 3], and I enter 1/4/2001 and 30/9/2001 for the [Start Date] and [End Date], I do not want the record to come up as it has been re-projected to 31/12/2002. I need to look at what is projected to come in ONLY between the [Start Date] and [End Date], NOT anything with a later or earlier date. I am not a programmer, but a prepared to have a go at any suggestions that anyone has! Thanks
I have 3 date fields [Proj Date], [Proj Date 2] and [Proj Date 3]. These allow for users to project up to 3 dates for an event to take place. I have set up a parameter query that asks for a [Start Date] and [End Date]. I have the following entered in the QBE grid for each of the projected fields:
Is Not Null And Between [Start Date] And [End Date].
If a record has 30/7/2001, 30/8/2001 and 31/12/2002 for the [Proj Date], [Proj Date 2] and [Proj Date 3], and I enter 1/4/2001 and 30/9/2001 for the [Start Date] and [End Date], I do not want the record to come up as it has been re-projected to 31/12/2002. I need to look at what is projected to come in ONLY between the [Start Date] and [End Date], NOT anything with a later or earlier date. I am not a programmer, but a prepared to have a go at any suggestions that anyone has! Thanks