It looks like you're new here. Sign in or register to get started.
IF (NOT "Calculate Interest") OR ("Remaining Amount" < 0) THEN currreport.skip;
Comments
You need some code in the triggers using CurrReport.Skip.
Or create a new field that get's populated for this purpose.
Or use a temporary table...
Good luck
if Calculate Interest=false then
currreport.skip;
if Remaining Amount<0 then
currreport.skip;
-a
RIS Plus, LLC