Re: SelSTart property
Hi all,
I want to set focus on the next control(text box) and move pointer to the first position in the text box control.
I added the code below and now I can't write to the text box. why?
Me!insert_lotnum.SetFocus
-->Me!insert_lotnum.SelStart = Len(Me!insert_lotnum.SelStart) - 1
Thanks for your input.
Hi all,
I want to set focus on the next control(text box) and move pointer to the first position in the text box control.
I added the code below and now I can't write to the text box. why?
Me!insert_lotnum.SetFocus
-->Me!insert_lotnum.SelStart = Len(Me!insert_lotnum.SelStart) - 1
Thanks for your input.