Listbox.listindex

  • Thread starter Thread starter FR
  • Start date Start date
F

FR

How can I select an item in a listbox by VBA program? In Access 2007 the
listindex property is read only.
 
Me!NameOfListbox.Selected(itemnumber) = True

Remember that the numbering starts at 0.
 
Back
Top