ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Access question

  • Thread starter Thread starter thecremeegg
  • Start date Start date
T

thecremeegg

I have an access query and i want it to only return dates in the next week and i've put in the criteria box ">date() OR <date()+7"
But it doesnt work, it just shows all results still, the filter doesnt apply.
Any ideas?
 
If you're querying a DB then you're not actually specifying which column you're querying.

WHERE [column name] between 20071128 and 20071205
 
Thing is it applies one filter but not both if you get me?
If i put less than todays date + 7 (<date()+7) then it works. Thing is i only want it to show records between now and next week and it doesnt like to do this. Why is it only applying one filter?
 
Back
Top