J
Jenny
Hi,
I wanted to remove some rows from a list box contents
with 3 different column names, each row has no unique key
(ie. Data in the list box as below:
intYear strHomeGroupID strHomeGroupName
2002 000457700 ABCD
2002 000553300 BCDFGG
2003 000457700 ABCD )
which means if I use a find method, I have to have a
criteria looking for three columns for each row search.
Does anybody know how to solve this problem? Thanks,Jenny
..
I wanted to remove some rows from a list box contents
with 3 different column names, each row has no unique key
(ie. Data in the list box as below:
intYear strHomeGroupID strHomeGroupName
2002 000457700 ABCD
2002 000553300 BCDFGG
2003 000457700 ABCD )
which means if I use a find method, I have to have a
criteria looking for three columns for each row search.
Does anybody know how to solve this problem? Thanks,Jenny
..