Hi, for many records i have a field in a table with the text [...]. I want to obtain in a query only the records that have this text, so in the design view of the query, in the field desired i include as criteria:
Like '*' & '[' & '*'
But the query returns no records, the character [ is not read correctly.
Is there any other way of including this character on the criteria condition?
Thanks in advance.
Like '*' & '[' & '*'
But the query returns no records, the character [ is not read correctly.
Is there any other way of including this character on the criteria condition?
Thanks in advance.