D
Dave Holmes
I am using Access 2002 and am programmatically assigning tool tips to
items in an activeX ListView control, e.g.:
List.ListItems(i).TooltipText = "Blah, blah, blah"
Is there a way to place a newline in the tool tip?
vbCrlf and combinations of chr(13) and chr(10) aren't working for me.
Much obliged.
items in an activeX ListView control, e.g.:
List.ListItems(i).TooltipText = "Blah, blah, blah"
Is there a way to place a newline in the tool tip?
vbCrlf and combinations of chr(13) and chr(10) aren't working for me.
Much obliged.