full text message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
I did it this way, just doesn't look proffesionally. Just to confirm: you are
talking about separate form.

Thanks,

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.

How about setting the control to Zoom upon entry?

Code the Entry event:
DoCmd.RunCommand acCmdZoomBox
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top