Forum Discussion
Arun_Kumar
Sep 23, 2019Copper Contributor
Access 2016
Hi whenever i am writing criteria while creating query 'Between Date() and Date() +30' getting message 'Undefined function in the expression' in access 2016. However same is taken by access 2007 ver...
MariaBarnes
Oct 02, 2019MVP
I think you will be OK if you add parenthesis around the second Date() and the +30. Like Between Date() and (Date() +30)