Hi ,
I have to filter the records based upon the last word of a field. I am doing the following
This is giving me an error.Code:rec.Filter = "Category like *Instructions"
However, the following line works
But the problem is it returns me records even if the word Instruction is in the middle or somewhere else in the string. Is there any way to get me the required result.Code:rec.Filter = "Category like *Instructions*"
Thanks




Reply With Quote