I have a collection with field (text) named [Producer Code], now i want to filter this collection where the 2nd to 7th characters are "ABCDEF" in [Producer Code], how to write this filter. "ABCDEF" may appear at anywhere,but they are not what i want except for the 2nd to 7th.
I entered a filter as below, but system indicate : The expression contains undefined function call Mid().
"Mid([Producer Code], 2, 6)='"&[ProducerCode]&"'"