Hello,
I have a listbox in a Microsoft Access form. The MultiSelect property is set to simple.
I want to know which item in the listbox was clicked. Keep in mind that an item may be clicked to SELECT or UNSELECT an item.
Is there a simple way to do this? If not is there a complicated way to do this?
I tried to use the SendMessage windows API but no banana because Access controls do not support an hwnd property.
Seth