Code:
HAVING UNBILLED.age_dt
Between DateSerial(Year(Date()), Month(Date()), 1)
And DateSerial(Year(Date()), Month(Date()) + 1, 0)
--
Wes Groleau
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
HAVING UNBILLED.age_dt
Between DateSerial(Year(Date()), Month(Date()), 1)
And DateSerial(Year(Date()), Month(Date()) + 1, 0)
WHERE Month(UNBILLED.age_dt) = Month(Date())