Frank Rocco
|
| Posted: 04/18/2002, 9:48 AM |
|
Hello,
I'm trying to create a grid to show users records where the call date is
less than 7 days old.
I'm using access database and ASP 2.0 (no templates).
I can't seem to get this to work.
Thanks
Frank
|
|
|
 |
keijen
|
| Posted: 04/18/2002, 2:41 PM |
|
Try
WHERE calldate BETWEEN date() AND date()-7
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:a9mtcd$97u$1@news.codecharge.com...
> Hello,
>
> I'm trying to create a grid to show users records where the call date is
> less than 7 days old.
>
> I'm using access database and ASP 2.0 (no templates).
>
> I can't seem to get this to work.
>
> Thanks
>
> Frank
>
>
|
|
|
 |
Frank Rocco
|
| Posted: 04/18/2002, 6:45 PM |
|
Thanks, I'll try that.
Regards,
Frank
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 4/17/2002
|
|
|
 |
|