B Bob Howard Aug 17, 2005 #2 try this: me!listboxname.Selected(14) = True The Selected property is a true/false. The 14 is the row number, base 0.
try this: me!listboxname.Selected(14) = True The Selected property is a true/false. The 14 is the row number, base 0.
G Guest Aug 17, 2005 #3 Bob, since it is possible to make multiple selections in a list box, I wonder if this is the correct property to use? How about: me!listboxname.ListIndex(14) = True
Bob, since it is possible to make multiple selections in a list box, I wonder if this is the correct property to use? How about: me!listboxname.ListIndex(14) = True