---I have a simple ledger form to keep track of mileage. (I use only macros in my database.) When the form is opened, a macro takes the focus to the NEW record to receive input. The macro also goes to the NEW record after data is entered in the last field of the record. All very logical, simple and commonplace.
---The problem is that my full screen form displays only the new record at the TOP of the screen with the rest of the screen blank. To see the ledger list of the most recent record entries (important to avoid double entries), I have to scroll up.
---How can I start the ledger form screen filled with recently entered records with the new one at the bottom ready for entry? I also want to keep the new record entry at the bottom of the screen at all times, of course.
---Thanks in advance.