I have an ODBC connection in Access to a SQL Server database table. The ColumnsUpdated field comes in as Long Text data type. I need to query this field to extract records with a specific text string (CompletedDate) that can be anywhere within the field.
When I try adding the criteria Like "*CompletedDate*" and run, I receive an ODBC - call field error that the Argument data type xml is invalid for argument 1 or like function.
The field output is greater than 255 characters. How do I convert the long text/xml data type to be able to query the field based on needed criteria?