I'm converting an Excel sheet over to a database, so for ease-of-use, I'm trying to mimic the style of a spreadsheet as closely as I can. In Excel when you're working on a sheet and you save it, when you re-open it, it starts wherever you left off (so if you're scrolled half-way down the sheet when you close it, it starts off half-way down the sheet when you open it again).
Is there any way I can do this with a continuous form? I tried telling it to set focus on the new record when it loads, but then it displays ONLY the new record and you can't see the exisisting records unless you scroll up (which I don't like). I just want this thing to load starting at the bottom of the records. Any thoughts?
Is there any way I can do this with a continuous form? I tried telling it to set focus on the new record when it loads, but then it displays ONLY the new record and you can't see the exisisting records unless you scroll up (which I don't like). I just want this thing to load starting at the bottom of the records. Any thoughts?