I am trying to set this up so that I can do aged receivables and am trying to figure out what other fields I would need...help <br><br>tblCustomer<br>CustomerID/LastName/PrincipleBal/AgencyInt/ CurrentBal<br> 990291 / RICH / $845.56 / $0.00 / $825.18 <br>tblInvoice<br>CustomerID/BillAmt/BillDate <br> 990291 /845.56 /10-15-99 <br><br>tblFinDetail<br>CustomerID/TypeTrans/DescTrans/DateTrans/AmtTrans<br> 990291/ DBJ /10/99Bill/10/15/99 / $845.56 <br> 990291/ CRJ /ADJ COR /11/24/99 / $20.40<br><br>There are many other fields but these seem to be the key ones....thanks<br>