ok guys -
here's the problem.
I'm trying to use the Recordset filter property multiple times, but instead of filtering it down, it can return more records.
ex:
original recordset contains 300 records
Filter 1: name like '%masking%' Recordcount: 8
Filter 2: Name like '%tape%' Recordcount: 134
the filters are applied in succession, but for some reason things aren't quite working the way that they should be.
any ideas?
leo
here's the problem.
I'm trying to use the Recordset filter property multiple times, but instead of filtering it down, it can return more records.
ex:
original recordset contains 300 records
Filter 1: name like '%masking%' Recordcount: 8
Filter 2: Name like '%tape%' Recordcount: 134
the filters are applied in succession, but for some reason things aren't quite working the way that they should be.
any ideas?
leo