Adding long tooltips to controls

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

Guest

I have created an Access form. I'm trying to attach a long tooltip to a Label, but it extends off the page. How can I add a cartridge return or word wrap my tooltip?
 
Mark,

In Form-Load, enter code similar to this...

cmdSelectFile.ControlTipText = "This is a test..." & vbCrLf & "Will 2
lines show?"

Todd Wilson

I have created an Access form. I'm trying to attach a long tooltip to a
Label, but it extends off the page. How can I add a cartridge return or
word wrap my tooltip?
 

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