Re: How to use LIKE operator with Filter prop of recordset for num fie



Is it possible to organize a 'quick search functionality' in the table by
meanse of the Filter prop. I wouldn't like to requery. Filter works
faster.
Can someone give me examples for numeric and date fields?

Have a look here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdprofilter.asp
which gives some details on LIKE and its limitations. It is not as flexible
as SQL's LIKE operator.

Also see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdprooptimizepropertyrds.asp
which can improve performance.

Stephen Howe


.