Hello All!
I have this rst3. I have filters and want to apply them 1 by 1.
rst3.filter = filterstr1
if rst3.recordcount = 1 then exit
rst3.recordcount= filterstr2
if rst3.recordcount =1 then exit
suppose there are 4 records after the filterstr1 is applied. The program doesnot apply the next...
Hello!
I have this recordset rst. I am filtering it using a criteria. rst.filter = "Filterstring"
But when the filter doesnt work, i.e. no records filtered, it gives Rum-time error 3265 Item cannot be found in the collection corresponding to the required name or cardinal.
How can I test this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.