F FR Oct 2, 2008 #1 How can I select an item in a listbox by VBA program? In Access 2007 the listindex property is read only.
How can I select an item in a listbox by VBA program? In Access 2007 the listindex property is read only.
D Douglas J. Steele Oct 2, 2008 #2 Me!NameOfListbox.Selected(itemnumber) = True Remember that the numbering starts at 0.
F FR Oct 2, 2008 #3 Thanks a lot, it works like a charm Douglas J. Steele said: Me!NameOfListbox.Selected(itemnumber) = True Remember that the numbering starts at 0. Click to expand...
Thanks a lot, it works like a charm Douglas J. Steele said: Me!NameOfListbox.Selected(itemnumber) = True Remember that the numbering starts at 0. Click to expand...