W
webbygeeza
Hello
Could someone please tell me why this isn't working? I have records that
were entered today but the query below yielded no results?
I am puzzled as I have another 2 queries to return all orders for this
month and year and they are both working.
SELECT Orders.ID, Orders.OrderRef, Orders.DateReceived
FROM Orders
WHERE (((Orders.DateReceived)=Date()));
Thanks in advanced.
Could someone please tell me why this isn't working? I have records that
were entered today but the query below yielded no results?
I am puzzled as I have another 2 queries to return all orders for this
month and year and they are both working.
SELECT Orders.ID, Orders.OrderRef, Orders.DateReceived
FROM Orders
WHERE (((Orders.DateReceived)=Date()));
Thanks in advanced.