Text not selected in forms memo field - how ??

  • Thread starter Thread starter Gina
  • Start date Start date
G

Gina

Hi.

when moving around in a forms memo field I can't move the cursor without
text being selected.
this is very awkward if not annoying as the user may need to delete some of
the words.

the whole text in that field has a number of vbCrLfs

found this piece of code but the cursor still 'jumps' around

Me.MemoField.SelStart = Me.MemoField.SelLength

I put it into the MemoField_Click event (BeforeUpdate as well) ... maybe the
wrong choices ??

any hint would be greatly appreciated !

Thanks,
Gina
 
That text is 'automatically' selected doesn't occur always .....
I just tried it again and is fine now ... I can even use keys to move around
without text being selected
maybe tomorrow it won't
tried it numerous times before and it wasn't ok
well ... what can I say ...
is it only with my access 2k and my code ????

Gina
 
Back
Top