end of a text area

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

Guest

When a form loads w/ populated data, is there a way to have text areas automatically to to the end instead of having to scroll to the end?
 
Use the Control_GotFocus to set the SelStart to the end of the Text. Use
Len() to find where the end of the Text is.

Check Access VB Help on the SelStart Property.

--
HTH
Van T. Dinh
MVP (Access)




JoeandTel said:
When a form loads w/ populated data, is there a way to have text areas
automatically to to the end instead of having to scroll to the end?
 
Back
Top