N
NeonSky via AccessMonster.com
Hello,
I am stumped as to why the below query is not functioning correctly.
SELECT tblTempAD.*
FROM tblTempAD
WHERE tblTempAD.Arrivals Between [forms]![fConsecConfo]![StartDate] AND
[forms]![fConsecConfo]![EndDate];
In tblTempAD I have multiple records where "tblTempAD.Arrivals" is between
the dates called from the forms...Though it is only pulling back records
where "tblTempAD.Arrivals" actually falls directly on the "start date". Which
is perpelexing because shouldnt the "between" statement pull any "arrival
dates" within the form range?
(for example form values StartDate = 11/1/2008, and EndDate = 11/8/2008, and
tblTempAD.Arrivals holds records with values 11/1/2008, 11/2/2008, 11/3/2008,
and only 11/1/2008 is being pulled by the query)
Thank you for your time and assistance!
I am stumped as to why the below query is not functioning correctly.
SELECT tblTempAD.*
FROM tblTempAD
WHERE tblTempAD.Arrivals Between [forms]![fConsecConfo]![StartDate] AND
[forms]![fConsecConfo]![EndDate];
In tblTempAD I have multiple records where "tblTempAD.Arrivals" is between
the dates called from the forms...Though it is only pulling back records
where "tblTempAD.Arrivals" actually falls directly on the "start date". Which
is perpelexing because shouldnt the "between" statement pull any "arrival
dates" within the form range?
(for example form values StartDate = 11/1/2008, and EndDate = 11/8/2008, and
tblTempAD.Arrivals holds records with values 11/1/2008, 11/2/2008, 11/3/2008,
and only 11/1/2008 is being pulled by the query)
Thank you for your time and assistance!