J
|
Jane 8/29/2008 |
Hi, |
|
501328 8/30/2008 |
Thanks again Jane,
|
J
|
Jane 9/1/2008 |
Try to use this one: where FromDate>Now() and FromDate<Now()+5 |
|
501329 9/2/2008 |
Try to use this one:
|
J
|
Jane 9/2/2008 |
Sorry for my fault. where FromDate>Now() and FromDate<date_add(curdate(), interval 5 day) |
|
501330 9/2/2008 |
Sorry for my fault. Here is the correct code:
|
|
501331 9/2/2008 |
Thanks again Jane, I tried this code and it is returning 0 records now. I have checked the FromDate field and I should be getting at least 5 records. Again, I want to thank you for taking the time to help me.
where FromDate<>Now() and FromDate>=date_add(curdate(), interval -5 day)
|