C
Chris
Presently when I tab to a memo field the entire contents
of the field is highlghted. This makes the contents
easily deleteable(ex hitting space key). I know how to
automatically start at the end of a text field:
Me!fieldname.SelStart = Me!fieldname.SelStart
If I use this in a memo field it goes to the 256th
character. How do I get it to go to the end of all text
entered in a memo field?
of the field is highlghted. This makes the contents
easily deleteable(ex hitting space key). I know how to
automatically start at the end of a text field:
Me!fieldname.SelStart = Me!fieldname.SelStart
If I use this in a memo field it goes to the 256th
character. How do I get it to go to the end of all text
entered in a memo field?