Do you know a work araound for this? I use a routine to send the cursor to
the end of the text in a memo field:
If Not IsNull(MemoNotes) And Len(MemoNotes) < 32767 Then
MemoNotes.SelStart = Len(MemoNotes)
Else:MemoNotes.SelStart = 0
End If
I tried in the Else Statement using SendKeys (I know, don't say it!) to move
it to the end if the characters count was over 32767, but it sends the cursor
to the end of the field in the last record in the db instead of to the end of
field in the current record.
--
There's ALWAYS more than one way to skin a cat!
You know, Allen, I never thought of that! I generally leave everything in
Options to default and address every control according to requirements!
Thanks!
--
There's ALWAYS more than one way to skin a cat!
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.