G
Guest
In the query i am trying to pull date from today to end of month. What format
should i use for that?
Thank you
should i use for that?
Thank you
John Spencer said:Try
BETWEEN DATE() AND DATESERIAL(Year(Date()),Month(Date())+1,0)