Reversing the Scroll Bars

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi I have two Subforms on a main form.

At the moment, the vertical scroll bar sits at the top and gets scrolled
down to veiw the data.

I would like to reverse this so the scroll bar starts off at the bottom of
the subform and it is scrolled up to veiw data. Any ideas?

Thanks,
GLT.
 
You need to use Docmd.GoToRecord ,,acLast so that the current record is the
last record. Or change the sort order for the record source. You can not
change the way the scroll bar works.
 
Back
Top