rick roberts
Registered User.
- Local time
- Today, 19:41
- Joined
- Jan 22, 2003
- Messages
- 160
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 is this? can i get round it without creating a seperate column for minus numbers? thanks in anticipation
DMax("PrevousBalance","tblFloat") this works fine until i put a minus number in the payment box -- why is this? can i get round it without creating a seperate column for minus numbers? thanks in anticipation
Last edited: