[AccessD] Deselect all items from a multi-Select list box

Gary gjgiever at yahoo.com
Fri Apr 4 09:41:29 CST 2003


Thank you.  I have managed to avoid using multi-select
listboxes for seven years so I never ran into this
before.

Gary


--- Mike and Doris Manning <mikedorism at ntelos.net>
wrote:
> Dim lcv as Integer
> 
> For lcv = 0 to MyListBox.ListCount - 1
> 	MyListBox.Selected(lcv) = False
> Next lcv
> 
> Doris Manning
> Database Administrator
> Hargrove Inc.
> www.hargroveinc.com


=====
Gary

Some people are born on third base and go through life thinking they hit a triple. 
Barry Switzer (1937 - )

Jesus loves you...then again, so does Barney.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com


More information about the AccessD mailing list