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?
 
Back
Top