I have two listviews on two different forms of the same program, and I want them to contain the same data. How do I get the data from frmMain.ListView1 to frmEdit.ListView1?

bob