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
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