textbox with scrollbar and not focus

message from Richard Kurzban on 28 May 2004
Is there a way to have the scrollbar in a text box always be displayed even
if the textbox does not have focus? Also is there away not to have reverse
video when the text box first gets focus?
 
Jim/Chris replied to Richard Kurzban on 28 May 2004
I don't know about the scroll bar but here is the answer to
your second question.

Private Sub txtEmpLN_GotFocus()
Me.controlname.SelStart = 0
End Sub

Or

Me!controlname.SelStart = Me!controlname.SelStart

Jim

be displayed even
not to have reverse
 

Archived message: textbox with scrollbar and not focus (Microsoft Access Forms)