Carrie
04-09-2003, 04:37 AM
I am displaying loads of data in a grid which is fine and works OK. Now what I need to do is when the form with the grid opens, I want the top line of the grid to display a certain line in my recordset (could be somewhere in the middle of my table) with the ability to scroll up as well as down.
In other words - if say I have a grid with its first column displaying numbers 1 - 100000 and my current number is 163 - I want to load the grid with 163 at the top and allow the user the ability to scroll up to no 1, and down to 100000. It just has to start at the record which is current when it is loaded.
In other words - if say I have a grid with its first column displaying numbers 1 - 100000 and my current number is 163 - I want to load the grid with 163 at the top and allow the user the ability to scroll up to no 1, and down to 100000. It just has to start at the record which is current when it is loaded.