Multi-select listbox question - last clicked record

D

David Grant

I have a multi-select listbox and wish to obtain data from the last clicked
record in the listbox (you'll notice that if you make multiple selections
then only the last-clicked record has a dotted line around it). What, if
any, listbox property identifies this record as last-clicked?

Thanks

Dave
 
G

Guest

Why not have an event so that each time a selection is made it sets the value
of an unbound text box and therefore will contain the last selection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top