G
Guest
I am working on a database that will be tracking customer payments. The
customer will be charged simple daily interest. I need to have a way to
calculate the number of days between payments in order to determine the
amount of interest to pull out of each payment.
Ideally, I would like to be able to simply have one field [PMT_Date] and use
a query to calculate the number of days between the current record and the
previous record. Failing that I would have 2 fields [PMT_Date] and
[Prev_PMT_Date] and have [Prev_PMT_Date] automatically populate from the
[PMT_Date] field in the previous record. Any help would be greatly
appreciated.
Thanks,
Jason
customer will be charged simple daily interest. I need to have a way to
calculate the number of days between payments in order to determine the
amount of interest to pull out of each payment.
Ideally, I would like to be able to simply have one field [PMT_Date] and use
a query to calculate the number of days between the current record and the
previous record. Failing that I would have 2 fields [PMT_Date] and
[Prev_PMT_Date] and have [Prev_PMT_Date] automatically populate from the
[PMT_Date] field in the previous record. Any help would be greatly
appreciated.
Thanks,
Jason