I wanted to make a text box to display late fees for my customers for non-payment. The late fee schedule is as follows.
-Payments due on the 15th of each month.
-$25.00 fee if not paid by that day.
-$50.00 at the end of the month.
-$100.00 by the 15th of the following month.
I'd like to create an unbounded text box that will stay "in tune" with the computers system date and automatically return the above values if a prior condition is not met. I would also like this value to be added to the total balance as the late fees accumulate. If anyone is familiar with the date function and how I can implement the above critera into it, it would be much appreciated. Thanks!
-Payments due on the 15th of each month.
-$25.00 fee if not paid by that day.
-$50.00 at the end of the month.
-$100.00 by the 15th of the following month.
I'd like to create an unbounded text box that will stay "in tune" with the computers system date and automatically return the above values if a prior condition is not met. I would also like this value to be added to the total balance as the late fees accumulate. If anyone is familiar with the date function and how I can implement the above critera into it, it would be much appreciated. Thanks!