MikeBronner
Programmer
I have a control (datarepeater) and when my form loads, it naturally displays the first few sets of data. However, i would like it to scroll to the bottom when the form loads up, so that what the user sees is the last record.
Any ideas on how to do this?
Sorting the data to display in descending order would not be effective, since the new record i added with .AddNew will still be at the bottom.
An alternative would be to have the new record at the top. Any idea how to do that?
Thanks!
Any ideas on how to do this?
Sorting the data to display in descending order would not be effective, since the new record i added with .AddNew will still be at the bottom.
An alternative would be to have the new record at the top. Any idea how to do that?
Thanks!