Hi guys,
I have a loan issue form
with a subform.
In the main loan issue form i have
Assuming the current month is January, i want to populate field PayAmount=500 then the Balance goes to February=500 and the calculation should consider the year so that if the last month is new year it should be able to handle.
I have a loan issue form
with a subform.
In the main loan issue form i have
- LoanIssueID (assume 1)
- LoanIssueDate (assume date now)
- EmployeeID (assume John Doe)
- LoanAmount ( assume 1000)
- txtPayTimes (assume 2)
- txtAmount (500)
- txtBalance
- LoanIssueID (Link Field)
- PayMonth (Combo with the monthname but month stored as number)
- PayYear (Combo with years)
- PayAmount
Assuming the current month is January, i want to populate field PayAmount=500 then the Balance goes to February=500 and the calculation should consider the year so that if the last month is new year it should be able to handle.