Error Code | Error Description | Supported Versions |
3289 | Syntax error in CONSTRAINT clause. | Access 2003+ |
3290 | Syntax error in CREATE TABLE statement. | Access 2003+ |
3291 | Syntax error in CREATE INDEX statement. | Access 2003+ |
3292 | Syntax error in field definition. | Access 2003+ |
3293 | Syntax error in ALTER TABLE statement. | Access 2003+ |
3294 | Syntax error in DROP INDEX statement. | Access 2003+ |
3295 | Syntax error in DROP TABLE or DROP INDEX. | Access 2003+ |
3296 | Join expression not supported. Access 2007+ uses different description: ‘JOIN expression not supported.’ |
Access 2003+ |
3297 | Could not import table or query.No records found, or all records contain errors. Access 2010+ uses different description: ‘Could not import table or query. No records found, or all records contain errors.’ |
Access 2003+ |
3298 | There are several tables with that name.Please specify owner in the format ‘owner.table’. Access 2010+ uses different description: ‘There are several tables with that name. Please specify owner in the format ‘owner.table’.’ |
Access 2003+ |
3299 | ODBC Specification Conformance Error (|).Report this error to the developer of your application. Access 2010+ uses different description: ‘ODBC Specification Conformance Error (|). Report this error to the developer of your application.’ |
Access 2003+ |
3300 | Cannot create a relationship. | Access 2003+ |
3301 | Cannot perform this operation; features in this version are not available in databases with older formats. | Access 2003+ |
3302 | Cannot change a rule while the rules for this table are in use. | Access 2003+ |
3303 | Cannot delete this field.It is part of one or more relationships. Access 2010+ uses different description: ‘Cannot delete this field. It is part of one or more relationships.’ |
Access 2003+ |
3304 | You must enter a personal identifier (PID) consisting of at least 4 and no more than 20 characters and digits. | Access 2003+ |
3305 | Invalid connection string in pass-through query. | Access 2003+ |
3306 | You have written a subquery that can return more than one field without using the EXISTS reserved word in the main query’s FROM clause.Revise the SELECT statement of the subquery to request only one field. Access 2010+ uses different description: ‘You have written a subquery that can return more than one field without using the EXISTS reserved word in the main query’s FROM clause. Revise the SELECT statement of the subquery to request only one field.’ |
Access 2003+ |
3307 | The number of columns in the two selected tables or queries of a union query do not match. | Access 2003+ |
3308 | Invalid TOP argument in select query. | Access 2003+ |