G Guest Jun 21, 2005 #1 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.
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 Jun 21, 2005 #2 In the GotFocus Event of the TextBox, set the SelStart to 65535 and SelLength to zero.
J Joseph Meehan Jun 21, 2005 #3 Van said: In the GotFocus Event of the TextBox, set the SelStart to 65535 and SelLength to zero. Click to expand... I like that idea.
Van said: In the GotFocus Event of the TextBox, set the SelStart to 65535 and SelLength to zero. Click to expand... I like that idea.