Hi everyone. Need assistance with a query using DATEPART.
When I use the Query builder the query is as such:
SELECT tblShipment.expID, tblShipment.SRDate, tblShipment.ProjectNumber
FROM tblShipment
WHERE (((Year([srdate]))=2018) AND ((DatePart("q",[SRDate]))=3));
Above returns all records...