How can I show a MS-Access listbox row highlighted
- by waanders
How can I show a MS-Access listbox row highlighted? I'm using MS-Access 2007. I want the first row of a multiple-column listbox to be showed highlighted through VBA.
I tried Me.LstSample.Selected(0) = True, but it doesn't work.