brandx
Posts: 29
|
| Posted: 11/28/2005, 3:43 PM |
|
ASP/ACCESS
Codecharge studio 2.3.1
Each record has an expirey date that is set when the record is created. when showing the list of records (grid), i only want the records to be shown that have not surpassed the expirey date.
So if a record had an expired date of November 27, 2005... you would not be able to see it today (november 28, 2005).
I could also work it another way.. where it only show records based on the date the record was created + 90 days...... anything over 90 days from when the record was created would not be shown.
Could someone help me with this?
Cheers,
Geary
|
 |
 |
Walter Kempees
|
| Posted: 11/28/2005, 3:55 PM |
|
It's a bit late so here is some nioce reading http://forums.codecharge.com/posts.php?post_id=64203&s_keyword=birthday
http://forums.codecharge.com/posts.php?post_id=66116&s_keyword=expiration
Walter
"brandx" <brandx@forum.codecharge> schreef in bericht
news:6438b9627a5e62@news.codecharge.com...
> ASP/ACCESS
> Codecharge studio 2.3.1
>
> Each record has an expirey date that is set when the record is created.
> when
> showing the list of records (grid), i only want the records to be shown
> that
> have not surpassed the expirey date.
>
> So if a record had an expired date of November 27, 2005... you would not
> be
> able to see it today (november 28, 2005).
>
> I could also work it another way.. where it only show records based on the
> date
> the record was created + 90 days...... anything over 90 days from when
> the
> record was created would not be shown.
>
> Could someone help me with this?
>
> Cheers,
> Geary
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|