You can do this type of query:<br><br>SELECT Workorders.WorkorderID, Workorders.DateReceived<br>FROM Workorders<br>WHERE (((Format([DateReceived],"myyyy")=Month(Date()) & Year(Date())));<br><br>HTH,<br>Drew
Duh on my part...I guess it's reasonable to assume this would work fine too for the where clause...<br><br>WHERE (((Format([DateReceived],"mmyyyy")=Format(Date(),"mmyyyy"));<br><br>D<br><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.