I would like the user to select an item in a combo box and have that item highlighted in my listview.
How do I do this? The reverse works
Me.cboCustomer.Text = lvwCustDetail.SelectedItem
but lvwCustDetail.SelectedItem = Me.cboCustomer doesn't work.
thanks.
How do I do this? The reverse works
Me.cboCustomer.Text = lvwCustDetail.SelectedItem
but lvwCustDetail.SelectedItem = Me.cboCustomer doesn't work.
thanks.