Okay, using the following I manage to read the row's subitems. But, Trying to write to the first subitem gives me and error.
Private Sub ListView4_DblClick()
Dim ObjList As ListView
Dim objItem As ListItem
Set ObjList = Me.ListView4.Object
Set objItem = ObjList.ListItems.Add()...
No, I created a form, and in this form I have a ComboBox (Product list) and ListView (List of workstations and sections) with three columns. The product selection in the Combobox fills the listview with values of workstations and sections. The user then needs selects a number of these rows and...
Guys, I need some help as I am a real rookie in MS Access programming and is currently struggling with a ListView issue. I am populating the listview from a table and want to create the functionality to click or double click on a row upon which it then opens a dialog box in which I enter a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.