Choose all records from 2 weeks ago??
Hello All
I want to take any records in my database that are no older than 2 weeks and display them. I tried this
SQLStr="SELECT * FROM ABNNews WHERE (date = " & (date-14) & ") ORDER by Date DESC"
If you can help me with this that would be great.
Thanks
__________________
-----------------------------------------------------------
\"Don\'t follow someone who\'s not going anywhere\" John Mason
|