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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

date range

Status
Not open for further replies.

sameer11

Programmer
Jun 17, 2003
89
US
Hi all,


How can I write the following SQL statement in CR 8 ver as a formula


effdate between sysdate-30 and sysdate


Thanks in advance,

Sweetie pie
 
Not sure if CurrentDate is in CR8, but in 8.5 place the following in your record selection

{table.effdate} in [currendate - 30 to currentdate]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top