I tried it again with a fresh query, just using one field along with the new DateValue field, and it worked this time.
SELECT tblProcessing2.[4DateStopTime], DateValue([4DateStopTime]) AS 4Due
FROM tblProcessing2
WHERE (((DateValue([4DateStopTime]))=Date()));
Don't know why it didn't work...