Hi,
I'm currently using a listbox control in an access form to display some information. But I do not find the way to select a specific row in the code. The "selected" property changese the position in the listbox but doesn't modify it's value.
------------------------------------
example:
' let's say row 3 is selected
me.list1.selected(5) = true
' this will change the highlight in the form
msgbox me.list1
' value is still #3
------------------------------------
Please help me
thanks
I'm currently using a listbox control in an access form to display some information. But I do not find the way to select a specific row in the code. The "selected" property changese the position in the listbox but doesn't modify it's value.
------------------------------------
example:
' let's say row 3 is selected
me.list1.selected(5) = true
' this will change the highlight in the form
msgbox me.list1
' value is still #3
------------------------------------
Please help me
thanks