A family of Microsoft relational database management systems designed for ease of use.
Have you tried setting a criteria of:
>=#3/1/2016#
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I modify a query by adding a condition to my start field to select records with contracts that begin ON OR AFTER March 1 ,2016
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Have you tried setting a criteria of:
>=#3/1/2016#
That sort of depends on how the query is set up now - which we cannot see. Daniel's suggestion is, of course, probably all you need, and if the query is relatively simple you should be able to just put that expression on the Criteria line under the date field in query design view. If the query isn't simple, or you're adding this criterion as another one of many, please open the query in SQL view and post the SQL text here.