full text message

Y

YLE

How can I display full text in the Form Text Box on Mouse In. In my case the
item description is too long and i hate to change the size of the text box in
the form to display it. I would like it to act same as controltip text.
 
Y

YLE

I did it this way, just doesn't look proffesionally. Just to confirm: you are
talking about separate form.

Thanks,

YLE
 
F

fredg

How can I display full text in the Form Text Box on Mouse In. In my case the
item description is too long and i hate to change the size of the text box in
the form to display it. I would like it to act same as controltip text.

How about setting the control to Zoom upon entry?

Code the Entry event:
DoCmd.RunCommand acCmdZoomBox
 
Top