Oct 14, 2005 #1 enak Programmer Jul 2, 2002 412 US Is there a way to select the data from the current quarter if all I have is today's date? Thanks, enak
Is there a way to select the data from the current quarter if all I have is today's date? Thanks, enak
Oct 14, 2005 #2 raskew Programmer Oct 18, 2000 488 Hi- To respond, we'd need to know if it's calendar year or fiscal year and, if FY, when does it start. Bob Upvote 0 Downvote
Hi- To respond, we'd need to know if it's calendar year or fiscal year and, if FY, when does it start. Bob
Oct 14, 2005 #3 PHV MIS Nov 8, 2002 53,708 FR SELECT ... WHERE Format([Date field],'q')=Format(Date(),'q') Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
SELECT ... WHERE Format([Date field],'q')=Format(Date(),'q') Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Oct 17, 2005 Thread starter #4 enak Programmer Jul 2, 2002 412 US PHV, thanks for the reply. It worked. I may need more help later so stay tuned. Upvote 0 Downvote