What is differnce between find & filter when using ADO??

Showing Answers 1 - 9 of 9 Answers

Sanjay Kumar Dalai

  • Nov 23rd, 2006
 

Dear All,in find case we can take one parameter for searching condition but filter can take more than one parameter for searching conditions.

        

  Was this answer useful?  Yes

lalita.p

  • Dec 9th, 2006
 

Find method is basically use to search(find) the record from the recordset while Filter record ask the user which record the user expect and as per the condition in filter it return you the result.

  Was this answer useful?  Yes

Find will move the recordset to the matched location and filter will filter the recordset so that only matched records will be available in the recordset. Only when you reset the filter to nothing, the original recordset is gained again.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions