I need to set up a database to record invoices (only the # and total amt, no line item breakdown). I then need to apply payments against the invoice(s) and find the current balance. Thus far I have the following:
tblCustomer (CustID, other fields)
tblInvoice (Num, CustID, Date, Amt)...