overtyping

A

athdax

how do I prevent overtyping in a memo field in Access - its very annoying to
wish to insert text and have it overtype pre-existing info.
 
V

Van T. Dinh

In the GotFocus Event of the TextBox, set the SelStart to 65535 and
SelLength to zero.
 
Top