Error Code | Error Description | Supported Versions |
3077 | | in expression. | Access 2003+ |
3078 | The Microsoft Jet database engine cannot find the input table or query ‘|’.Make sure it exists and that its name is spelled correctly. Access 2007+ uses different description: ‘The Microsoft Office Access database engine cannot find the input table or query ‘|’.Make sure it exists and that its name is spelled correctly.’ Access 2010+ uses different description: ‘The Microsoft Access database engine cannot find the input table or query ‘|’. Make sure it exists and that its name is spelled correctly.’ |
Access 2003+ |
3079 | The specified field ‘|’ could refer to more than one table listed in the FROM clause of your SQL statement. | Access 2003+ |
3080 | Joined table ‘|’ not listed in FROM clause. | Access 2003+ |
3081 | Cannot join more than one table with the same name (|). | Access 2003+ |
3082 | JOIN operation ‘|’ refers to a field that is not in one of the joined tables. | Access 2003+ |
3083 | Cannot use internal report query. | Access 2003+ |
3084 | Cannot insert data with action query. | Access 2003+ |
3085 | Undefined function ‘|’ in expression. | Access 2003+ |
3086 | Could not delete from specified tables. | Access 2003+ |
3087 | Too many expressions in GROUP BY clause. | Access 2003+ |
3088 | Too many expressions in ORDER BY clause. | Access 2003+ |
3089 | Too many expressions in DISTINCT output. | Access 2003+ |
3090 | Resultant table not allowed to have more than one AutoNumber field. | Access 2003+ |
3091 | HAVING clause (|) without grouping or aggregation. | Access 2003+ |
3092 | Cannot use HAVING clause in TRANSFORM statement. | Access 2003+ |
3093 | ORDER BY clause (|) conflicts with DISTINCT. | Access 2003+ |
3094 | ORDER BY clause (|) conflicts with GROUP BY clause. | Access 2003+ |
3095 | Cannot have aggregate function in expression (|). | Access 2003+ |
3096 | Cannot have aggregate function in WHERE clause (|). | Access 2003+ |