AnotherRookie
Technical User
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 value that is then saved in the first subitem of the selected row. I managed to get to the point where open the dialog box when an item is clicked using ListView_ItemClick(...). But, what do I need to do in order to identify the exact row selected and then enter the new value into the subitems(0)? I hope you understand what I am asking because I am also not sure about the terminology.