melmager Erfahrenes Mitglied 23. Januar 2003 #2 i belive you mean a sql query select * from tab where to_days(thedatefield) = to_days(now()) Zuletzt bearbeitet: 23. Januar 2003
K kaits Mitglied 23. Januar 2003 #3 that doesn't work I tried also this: SELECT * FROM table WHERE DATE(field)=TODAY() but that didn't worked too
that doesn't work I tried also this: SELECT * FROM table WHERE DATE(field)=TODAY() but that didn't worked too