Click to See Complete Forum and Search --> : Dynamically clear /alter the ListView control


September 23rd, 1999, 07:55 PM
I need help with the ListView Control. using the listView control within an Access 97 application. I am trying to dynamically add and remove items from a listview control. I am wonderin if there is an easy way to clear the control without having to delete each item in the ListItems collection.

Ravi Kiran
September 24th, 1999, 02:08 AM
Listview1.ListItems.Clear

RK