G Guest Feb 22, 2006 #1 In the query i am trying to pull date from today to end of month. What format should i use for that? Thank you
In the query i am trying to pull date from today to end of month. What format should i use for that? Thank you
G Guest Feb 22, 2006 #3 Some thing for this criteria i am doing wrong. Please tell me what is wrong? Between Date() And DateAdd("m",1,Date()-Day(Date()))
Some thing for this criteria i am doing wrong. Please tell me what is wrong? Between Date() And DateAdd("m",1,Date()-Day(Date()))
G Guest Feb 23, 2006 #5 Thank you, I will try this way. John Spencer said: Try BETWEEN DATE() AND DATESERIAL(Year(Date()),Month(Date())+1,0) Click to expand...
Thank you, I will try this way. John Spencer said: Try BETWEEN DATE() AND DATESERIAL(Year(Date()),Month(Date())+1,0) Click to expand...