I'm using MS Access to create a form to complete a data entry which store data in a MS SQL Server database, and I connect through ODBC, using SQL Server Native Client 11.0
When using the DCount() function to find out the count of records with certain text, and when the Criteria has a text of 255 characters, it fails and throws the following error
unclosed quotation mark after the character string #102
Are you aware of any limitation on the maximum length of the criteria which can specified?
Or any workaround to this issue?
When using the DCount() function to find out the count of records with certain text, and when the Criteria has a text of 255 characters, it fails and throws the following error
unclosed quotation mark after the character string #102
Are you aware of any limitation on the maximum length of the criteria which can specified?
Or any workaround to this issue?