I've been looking everywhere on the net, I don't see what I'm doing wrong.
My query is
It doesn't only return the dates in march, but 3-oct. shows up as well.
link datum IP type
xxxxx.com 10/03/2007 xxxx email
xxxx.be 11/03/2007 xxxx email
xxxx.be 03/10/2007 xxxx email
I set the dates to text in de date datafield and it actually displays october.
What am I doing wrong
My query is
Code:
SELECT link,datum,IP,type FROM visipro2 WHERE datum > #2007-03-08# AND type = 'email' order by datum desc
It doesn't only return the dates in march, but 3-oct. shows up as well.
link datum IP type
xxxxx.com 10/03/2007 xxxx email
xxxx.be 11/03/2007 xxxx email
xxxx.be 03/10/2007 xxxx email
I set the dates to text in de date datafield and it actually displays october.
What am I doing wrong