M
MMJII
Hello all,
Fist Happy holidays to all!
Next
I have a query that calcs a late charge if the datefinished is greater than
or = 30 days.
My problem is I need to figure out a way to perform this calc for each 30
days that the payment is late.
Any ideas are greatly appreciated.
=IIf(Now()-[datefinished]<30 And [amount
due]>0,0,(([Subtotal])*1.5)/100)+[Sales Tax]
TIA
MMJII
Fist Happy holidays to all!
Next
I have a query that calcs a late charge if the datefinished is greater than
or = 30 days.
My problem is I need to figure out a way to perform this calc for each 30
days that the payment is late.
Any ideas are greatly appreciated.
=IIf(Now()-[datefinished]<30 And [amount
due]>0,0,(([Subtotal])*1.5)/100)+[Sales Tax]
TIA
MMJII