W
WebRaster
Working on a Access database a try to retrieve data selecting all the data
that match the following condition:
SELECT *
FROM Tabel1
WHERE daywork between MM1 and MM2
For example when MM1 is 24/10/2005 and MM2 is 30/10/2005 everything works
fine BUT
when MM1 is 24/10/2005 and MM2 is 03/11/2005 or MM2 is less than 11/11/2005
then system don't show any data
Bye
that match the following condition:
SELECT *
FROM Tabel1
WHERE daywork between MM1 and MM2
For example when MM1 is 24/10/2005 and MM2 is 30/10/2005 everything works
fine BUT
when MM1 is 24/10/2005 and MM2 is 03/11/2005 or MM2 is less than 11/11/2005
then system don't show any data
Bye