Does any body knows how to display automaticaly only the current Month & Year in Query with out entring the Month and Year?
Display Current Month in Query
Collapse
X
-
Just use the Month and Year function like this : for the current month : Month(now())Originally posted by vourgeDoes any body knows how to display automaticaly only the current Month & Year in Query with out entring the Month and Year?
c[/list]for the current year : Year(now())
I think that will help
Comment