ms access - Query criteria date range -


what criteria use produce following result query:

the user prompted single date returns records within 7 days of entered date.

i don't want user enter 2 dates.

an access query 1 should trick:

parameters startdate datetime; select tablename.* tablename (((tablename.date) between [startdate] , dateadd("d",6,[startdate]))); 

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -