Zoom box end of text

  • Thread starter Thread starter jean
  • Start date Start date
J

jean

Hi

I have a form containing a memo field; but as there is not enough room
I add vb code on a label and when the user double-click the label zoo
box opens.
DoCmd.RunCommand acCmdZoomBox

But when the box opens, if there is already text in it, ALL the text
is highlight so if the user want to add something, he overwrites the
existing text if he don't take care..

Question :

Is there a way that when a zoom box opens, the cursor goes all the
time at the end of text ?

thanks
 
In addition to Ken's answer, I belive that SendKeys is blocked in Vista.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
Back
Top