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
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