Hallo,
I would like a query that returns me the records where a certain field is equal to the today date (short date format).
I'm trying this but strangely it doesn't work:
SELECT blablabl...
WHERE (tbl_Trackedactivity.Tra_Date)=Now();
do you know why?
thanks
I would like a query that returns me the records where a certain field is equal to the today date (short date format).
I'm trying this but strangely it doesn't work:
SELECT blablabl...
WHERE (tbl_Trackedactivity.Tra_Date)=Now();
do you know why?
thanks