Mr. Lebans:
First, thank you for your responses. If I am taking up too much of your
time by asking these questions, please let me know.
What I am trying to do is have distinct ToolTips appear for every item in my
ListBox, but have the distinct ToolTip be data
from only one (1) of the underlying fields in the table, which fields are
displayed in the ListBox. It seems as though the code for the ToolTips, as
it stands now, either displays all the underlying fields or none of the
underlying fields. I have a ToolTip defined for the entire ListBox itself,
but it is a general one for the entire ListBox, not distinct to each row of
text in the ListBox.
For example,
The table contains fields which include (1) a number associated with cases
decided by the US Federal courts, (2) the name of the case, and (3) a
description. Each number, name and description are unique. The ListBox
displays only the number associated with the case and the name of the case.
I would like the ToolTip to display the description associated with each
case, which descriptions are unique to each case.
Right now, the ToolTip either gives all 3 fields (#, name, description) for
each row in my ListBox, or only the general statement (if I turn off the
unique line-by-line-in-ListBox-ToolTip): "To select multiple cases, use
either Shift or Ctrl."
I have studied your code thoroughly and I cannot figure out how to limit the
ToolTips to the "Description" Field in the underlying table. I suppose I
could try and define a ToolTip for each case, but I wonder of there is a
better way.
Anyway, thank you again for your time.
edsager