Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Today List,This week List & This MonthList MsAcces

Author  Topic 

esambath
Yak Posting Veteran

89 Posts

Posted - 2008-12-02 : 02:00:48
Hi Friends

I have one table

CIS_Report

Id
Name
price
ndate

I want display the query for

Today List,This week List and This Month List MsAccess query.

This is my Test query

SELECT * FROM CIS_Report WHERE ndate = #"&Date()&"#
SELECT * FROM CIS_Report WHERE (((CIS_Report.ndate)<=Now()) AND ((Month([ndate]))=Month(Now())))

kindly please help this one

Thanks and Regards
E.sambath

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-02 : 02:08:26
You've posted this already in MS Access. please dont cross post.
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=115480

B/w is your intention to get sql query here?
Go to Top of Page
   

- Advertisement -