I don’t think this is possible, but I thought I’d give it a try!
In a continuous subform with more records than can be seen at once, I need to be able to scroll the form so that the current record is at the top of the subform.
I have a textbox on the mainform in which the user can start typing a name, and as the user types, the subform jumps to the first record which starts with the letters entered so far. However, as the subform “jumps-down” to the next record, it displays it at the bottom of the subform. I’d like to display it at the top of the subform.
As I see it, the big problem is determining where on the screen the current record is. That is, it may already be at the top of the screen, somewhere in the middle, or at the bottom. I think I can correctly position it if I knew where it was to start, but I don’t think such a property exists. Does it?