Help!! I need to get the current row number on a continuous form. I've been using the SelTop property to do so, but I also need to know how many records down it is from the visible top row. What I mean is, when you open a continuous form, and you click on the 5th row down, the SelTop is 5. If you scroll to the bottom of the form and click on the 5th row, it might be 150. I need to know the position of the VISIBLE records on screen, so no matter what record it is when you click the 5th one down, I want 5 returned. HELP!!!