D 
		
								
				
				
			
		Dave Elliott
How can I change this so that if the Invoice is not 30 days late, it will
show the Order Amount only ?
And of course if it is 30 days late, then Total both Order Amount and the 2%
!
Thanks,
Dave
=IIf([DaysPastDue]<0,CCur([Order Amount])*0.02)+[Order Amount]
				
			show the Order Amount only ?
And of course if it is 30 days late, then Total both Order Amount and the 2%
!
Thanks,
Dave
=IIf([DaysPastDue]<0,CCur([Order Amount])*0.02)+[Order Amount]