I have a database that has the following components
item number, beginning balance, proceeds (sale and additional), proceed allocation (between principal and outstanding charges), charges (interest and legal expenses), total outstanding charges, ending balance
there are many items that refer to different loans
the proceeds are allocated first to the outstanding charges, and if there are proceeds left over, to the principal
I want to make this a query in which all columns but the proceeds and charges are calculated automatically, the beginning balance can be pulled from a parent table based on the item number
I am used to excel and have virtually no experience with access function and am completely lost trying to do this
any help would be great
thanks
item number, beginning balance, proceeds (sale and additional), proceed allocation (between principal and outstanding charges), charges (interest and legal expenses), total outstanding charges, ending balance
there are many items that refer to different loans
the proceeds are allocated first to the outstanding charges, and if there are proceeds left over, to the principal
I want to make this a query in which all columns but the proceeds and charges are calculated automatically, the beginning balance can be pulled from a parent table based on the item number
I am used to excel and have virtually no experience with access function and am completely lost trying to do this
any help would be great
thanks