Aug 21, 2006 #1 AT76 Technical User Apr 14, 2005 460 US Hello, Is there a way to set a parameter in a column with dates to get only the Month to Date records? Thanks!
Hello, Is there a way to set a parameter in a column with dates to get only the Month to Date records? Thanks!
Aug 21, 2006 #2 traingamer Programmer Jun 18, 2002 3,270 US One way: Code: Between (Date()-Day(Date())+1) And (Date()) Greg "Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill Upvote 0 Downvote
One way: Code: Between (Date()-Day(Date())+1) And (Date()) Greg "Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
Aug 21, 2006 Thread starter #3 AT76 Technical User Apr 14, 2005 460 US Very cool. Is there a way to use function date() in a pass-thru querie? Upvote 0 Downvote
Aug 22, 2006 #4 JerryKlmns IS-IT--Management Feb 7, 2005 2,062 GR Perhaps WHERE DateField=Date() Upvote 0 Downvote
Sep 1, 2006 #5 PHV MIS Nov 8, 2002 53,708 FR use function date() in a pass-thru querie Use the native RDBMS syntax ... Upvote 0 Downvote