Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple Date Calculation

Status
Not open for further replies.

KatieO

Instructor
Joined
Jul 19, 2001
Messages
4
Location
US
I have a date field called "Expiration date." I want to add a selection criteria that would select all those with an Expiration date greater than or equal to 90 days prior to the Current Date.

Thanks!
 
Katie,

If you are a CryRpt instructor- you should know this one.

In the selection expert, select the Expiration Date field and choose 'formula' from the drop down box. Copy the following formula: {Expiration_date} >= CurrentDate - 90

Cheers,

paulmarr@arcom.com.au
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top