J
johnlute
Access 2003 Win 2000.
SELECT tblCustomerComplaints.DateReceived
FROM tblCustomerComplaints
WHERE (((tblCustomerComplaints.DateReceived)=Year(Date())));
The Year(Date)) isn't returning the current year as I *think* it
should. It returns NULL.
Can anyone please point out what I'm doing wrong?
Thanks!
SELECT tblCustomerComplaints.DateReceived
FROM tblCustomerComplaints
WHERE (((tblCustomerComplaints.DateReceived)=Year(Date())));
The Year(Date)) isn't returning the current year as I *think* it
should. It returns NULL.
Can anyone please point out what I'm doing wrong?
Thanks!