Scroll textbox containing memo column to bottom

M

mscertified

I have a text box containing the contents of a memo column.
How do I get the display to show the last line of text in the box?
It always opens positioned at the top. Also, if I click on some command
button outside the text box I lose my position in the text, I'd like to be
able to save the position and return to it. Is this possible?
 
R

Rick B

Normally, you'd add new notes in a new record. This is a one-to many
relationship. If I enter notes about a particular client on a regular
basis, I don't want to keep dumping them into the same memo field. I want
to have a separate table where I store the notes. (Personally, I would
store the data and time, and UserID of when the notes were added.)
 
M

mscertified

No, there are no relationships.
I merely want to go to the top of the text or the borttom of the text or
save my position in the text so I can go back to it.
I don't want to go to a different row.
 
Top