herbivorous
Technical User
I am using a findfirst to set the pointer on a subform in datasheet view (see my last thread if that needs more explanation). But the downward search always leaves the selected record at the bottom of the datasheet, whereas the top would be far more useful. I tried using
[myform].seltop=[myform].currentrecord
But this isn't doing anything, I gather because seltop doesn't concern itself with the visible datasheet, only with what is selected on it -- in this case, the current record, so I gather that the vba is shrugging inside and saying "whatever, guy."
Any thoughts on how to scroll my selected record to the top of my list?
[myform].seltop=[myform].currentrecord
But this isn't doing anything, I gather because seltop doesn't concern itself with the visible datasheet, only with what is selected on it -- in this case, the current record, so I gather that the vba is shrugging inside and saying "whatever, guy."
Any thoughts on how to scroll my selected record to the top of my list?