Look at how I did in the Tooltips class on my site. Unfortunately my ISP is
in Florida and my site is down for now.
:-(
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Bob Quintal" <rquintal@sympatico.ca> wrote in message
news:Xns96FAE0C16EDA1BQuintal@207.35.177.135...[color=blue]
> Salad <oil@vinegar.com> wrote in
> news:XUz7f.1782$yX2.720@newsread2.news.pas.earthli nk.net:
>[color=green]
>> Bob Quintal wrote:
>>[color=darkred]
>>> I have a combobox on a form that contains titles of
>>> categories, one of which is to be assigned to a record.
>>>
>>> I'd like to show users some notes on each category to aid in
>>> the selection decision, but I can't find a way to determine
>>> which row is highlighted.
>>>
>>> I tried using the mouseover event to return the .listindex
>>> value and update the notes textbox, but that returns null
>>> unless the row is selected by clicking or typing in the start
>>> of the value.
>>>
>>> .Seltop appears not supported in the combobox, because I
>>> tried using that and Access complained.
>>>
>>> Google turns up nothing on the web, or from the newsgroups.
>>>
>>> Does anybody have any suggestions?
>>>[/color]
>> I think a listbox would be better to present a list like that
>> to the users...but...both work pretty much the same. I would
>> create a textbox to hold the comments/notes. In the OnClick
>> event write something that finds the notes...something similar[/color]
>
> Cannot use a listbox, for several reasons. Even there,
> the on click event doesn't work for what I need to do.
> And I do have a textbox for the notes, and that part works
> perfectly from the comboboxes After Update events.
> I actually put the notes in a hidden column of the combobox.
>
> It's just that I want the user to see the notes before making a
> selection, to prompt him/her to make the right selection.
> In order to do that, I need to determine which row of the
> combobox dropdown is highlighted (reverse video).
>
>
>
> --
> Bob Quintal
>
> PA is y I've altered my email address.[/color]