set focus

S

Simon

I have a some code that set focus how ever it puts the currsor it
begening of text is there a away to set focus to end the text in the
text box
 
F

fredg

I have a some code that set focus how ever it puts the currsor it
begening of text is there a away to set focus to end the text in the
text box

Code that Control's Enter event:
Me.[ControlName].SelStart = Len(Me.[ControlName])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top