D
Domac
Hi I have two textboxes : FromDate and ToDate
Problem is when I enter same date in both of them i dont retrieve records
for that day.
FromDate = 6/14/2006
ToDate = 6/14/2006
generate query below:
SELECT Proizvodi.*
FROM Proizvodi
WHERE (((Proizvodi.Uneseno)>=#6/14/2006#)) AND
(((Proizvodi.Uneseno)<=#6/14/2006#));
I use this model to retreive records for period of time or (if dates are the
same) for exact date.
Why query above dont return records with date 6/14/2006???
Thanks a lot!
Problem is when I enter same date in both of them i dont retrieve records
for that day.
FromDate = 6/14/2006
ToDate = 6/14/2006
generate query below:
SELECT Proizvodi.*
FROM Proizvodi
WHERE (((Proizvodi.Uneseno)>=#6/14/2006#)) AND
(((Proizvodi.Uneseno)<=#6/14/2006#));
I use this model to retreive records for period of time or (if dates are the
same) for exact date.
Why query above dont return records with date 6/14/2006???
Thanks a lot!