Microsoft Access 2000 returns the following error messages when you exceed this limit:
Expression too complex
Query is too complex.
The error can also occur if the query includes a Switch() function expression that contains more than 13 argument sets. The workaround is to create a user-defined function (UDF) incorporating a Select Case statement, and calling the UDF from the query.