G Guest Mar 17, 2004 #1 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?
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?
T Todd Wilson Mar 17, 2004 #2 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 Click to expand... 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 Click to expand... Label, but it extends off the page. How can I add a cartridge return or word wrap my tooltip?