I have 2 things that I would like my form to do if anyone has a solution that would be great. My database tracks daily activity at work and one of the forms has 3 fields for tracking postage used throughout the day and keeps a running balance as the postage is being used. So the form displays how much money I started the day with, the amount I am using today and the end balance for the day. The fields are: StartingBalance, PostageUsed and EndingBalance. Right now I am manually entering the numbers. What I want to be able to do is copy the 'EndingBalance' from the previous record to the 'StartingBalance' of the new record. In addition I want to be able to have the 'PostageUsed' field be able to keep a running sum as the day goes along. I have tried using another unbound field to do this but the math isn't working. I am trying to make it where when I enter a dollar amount in the unbound field it will automatically updates the PostageUsed field which then auto calculates the EndingBalance field (the EndingBalance field already works ok). Thanks for any advice...