Hi,
I have a listview control in an Access 2003 form.
When the list is populated from code, the SelectedItem is always the first item in the list.
How can I deselect the listview so no items are selected.
I have tried lstView.SelectedItems.Clear which is the .net way but in access an error reports that this method is not supported.
Any ideas please???
I have a listview control in an Access 2003 form.
When the list is populated from code, the SelectedItem is always the first item in the list.
How can I deselect the listview so no items are selected.
I have tried lstView.SelectedItems.Clear which is the .net way but in access an error reports that this method is not supported.
Any ideas please???