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

Suppressing Details

Status
Not open for further replies.

rich32

Technical User
Oct 16, 2002
7
0
0
US
I'm trying to suppress the details area in my report using two criteria

do {applicant_id} = Next({applicant_id})while
(DateDiff ("d",cdate({@StartDate}) , CurrentDate) > 30)

I have also tried
{applicant_id} = Next({applicant_id})and
(DateDiff ("d",cdate({@StartDate}) , CurrentDate) > 30);

It will only take one criteria not both.


 
Thank you, unfortunately the "and" did not work. I used "or" it worked fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top