Hello guys
I have a query that searches for repeaters, and used this expression.
And I've succeeded.Code:In (SELECT [Field1] FROM [tblGnr] As Tmp GROUP BY [Field1] HAVING Count(*)>1 )
But what I want to find the first 10 characters of the sentence.
How is that
Thanks in advance.