hi,
i have built a database for a Finance Company with tables such as "tblCustome r" (PK is CustomerID-Autonumber) and "tblLoan"(P K is LoanNumber).
the table tblLoan has information for each month comprises of interestPaid, InterestBalance , TotalArrears etc.
I have a report called "OrderStatement " based on parameter query to create a statement for a customer.
the query is such that, based on the LoanNumber entered by the user, it shows all the information for the customer right from the beginning of the loan sanctioned till the current date.
i dont have problem in getting the desired statement but along with the query result, i need to get the last entered values for "PrincipleAmoun tPaid", "PrincipleBalan ce" into my report.
As of now, it is showing for each month but what i want is to get the last entered value for these two fields.
Could anyone help me in this regard?
thanks
i have built a database for a Finance Company with tables such as "tblCustome r" (PK is CustomerID-Autonumber) and "tblLoan"(P K is LoanNumber).
the table tblLoan has information for each month comprises of interestPaid, InterestBalance , TotalArrears etc.
I have a report called "OrderStatement " based on parameter query to create a statement for a customer.
the query is such that, based on the LoanNumber entered by the user, it shows all the information for the customer right from the beginning of the loan sanctioned till the current date.
i dont have problem in getting the desired statement but along with the query result, i need to get the last entered values for "PrincipleAmoun tPaid", "PrincipleBalan ce" into my report.
As of now, it is showing for each month but what i want is to get the last entered value for these two fields.
Could anyone help me in this regard?
thanks
Comment