Removing all items from lsitview control

R

Ricky A.

I'm using Access xp, and wanted to know how can I clear all item from a
listview control?

Thanks
 
G

Graham Mandeno

Hi Ricky

This should work for you:
Me.[ListViewControlName].ListItems.Clear
 
Top