Hello,
What you suggest (as far as I understand with my limited knowledge of VB) works fine if I know which record has been selected to update (i.e. your example listview.listitems(2).subitems(i) tells me I want the second record of the list. Is there a way to substitute the "2" with variable (or some other means to soft code). Also, once I get the data I need. how do I pass and accept this into another form?
Thanks!


Reply With Quote