Please help with this problem, it;s kicking my butt!!
I have a parameter query that prompts for the following fields:
Unit Startdate enddate
This is supposed to pull any employees who has worked on a particular unit during the time frame specified by the user. Here is the problem: If I query with the following parms:
Unit = ESD StartDate = 01/01/03 Enddate = 07/01/03
The above will return: Bob Smith ESD 02/05/03 06/01/03
So far so good.... IF i use the following parms:
Unit ESD StartDate 04/01/03 Enddate 04/30/03
I get 0 records back(??) As you can see I should have still pulled Bob Smith because my range was April and he was here from Feb. to June(??) Can anyone help me with this...please?
FYI: I have tried using Between startdate and enddate
>=Startdate and <=Enddate
I will attach a sample of my DB
I have a parameter query that prompts for the following fields:
Unit Startdate enddate
This is supposed to pull any employees who has worked on a particular unit during the time frame specified by the user. Here is the problem: If I query with the following parms:
Unit = ESD StartDate = 01/01/03 Enddate = 07/01/03
The above will return: Bob Smith ESD 02/05/03 06/01/03
So far so good.... IF i use the following parms:
Unit ESD StartDate 04/01/03 Enddate 04/30/03
I get 0 records back(??) As you can see I should have still pulled Bob Smith because my range was April and he was here from Feb. to June(??) Can anyone help me with this...please?
FYI: I have tried using Between startdate and enddate
>=Startdate and <=Enddate
I will attach a sample of my DB