Hi i'm new to VB6 and i just wanted to ask how to save the columns in a ListView to an Access DB... The format i use to save individual textbox to an Access DB is....
With adorecordset
.Fields!Name = Text1.Text
.Fields!Address = Text2.Text
.Fields!Phone = Text3.Text
End WIth
I just wanted to know how to do somthing like this with a ListView..
Thank You!