The issue is with the report. The query (P1 or P2) seems to be working as an example below is the sql:
SELECT Table_P1.Names, Table_P1.SKU, Table_P1.Notes, Table_P1.ID, Table_P1.Dates
FROM Table_P1
WHERE (((Table_P1.Dates)=Date()));
I have also attached a test database.
Thanks.