Consider the following -- a table with StartBalance, Payment and EndBalance. for the next record i want the end balance of the previous record to become the start balance of the next -- i use
DMax("PrevousBalance","tblFloat") this works fine until i put a minus number in the payment box -- why...