Paul, what version of Access is this?
I can't reproduce the problem in Access 2007 SP1.
Presumably the list box is unbound (since it's multi-select.)
Is the Bound Column visible?
Column Heads on or off?
Are you using a particular event to test ItemsSelected.Count?
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"McSwain" <paul.d.mcswain@gmail.comwrote in message
news:5e58b55b-dfbd-483a-bc27-f2305b4c2bd5@f3g2000hsg.googlegroups.com...
Quote:
I'm having alot of trouble getting the selected rows from a listbox
set for Extended selection.
>
I've tried using ItemsSelected.Count but it doesn't seem to work
consistently. When I select a set of consecutive rows, it says the
Count is 1, but when I select using the Ctrl key, it shows the correct
Count.
>
Any ideas?
Thanks
Paul.
|