Dec 20, 2005 #1 herd Technical User Jun 23, 2003 46 US What expression can I used to show only current month in a querry automatically? Gary
Dec 20, 2005 #2 RoyVidar Instructor Jun 16, 2000 6,606 NO [tt]...where month(yourdate) = month(date())[/tt] perhaps? - but this is the Access Modules/VBA forum, shouldn't you rather ask such questions in the Queries and SQL forum (forum701?) Roy-Vidar Upvote 0 Downvote
[tt]...where month(yourdate) = month(date())[/tt] perhaps? - but this is the Access Modules/VBA forum, shouldn't you rather ask such questions in the Queries and SQL forum (forum701?) Roy-Vidar
Dec 20, 2005 1 #3 snyperx3 Programmer May 31, 2005 467 US How about? WHERE Month([Date]) = Month(Now()) -Pete Upvote 0 Downvote
Dec 20, 2005 #5 snyperx3 Programmer May 31, 2005 467 US I think roy deserves one too since he posted at the same time as me, and apparently seconds before. -Pete Upvote 0 Downvote
I think roy deserves one too since he posted at the same time as me, and apparently seconds before. -Pete