I finally got the database started and in part date entry is working. I am stuck however with a simple
aspect of the money management process. The database has 4 currency fields; they are,
Opening_Deposit, Deposit, Spending, and balance. When I enter a record say Opening_Balance 300.00 the
code will add balance to Opening_Deposit and enter the total in Balance, this works. Now I hit page down
in the form to get a new record. This must show the balance from the last record. I can not figure the logic
to get started. Even if I figure that out I may not figure out the code structure. SO anyone what to point me
in the direction I need to go?