SQLzoo.net

ORA-00942: table or view does not exist

Access

Problem

An attempt was made to read from a table that does not exist.

Most likely the table name has been spelt incorrectly.

Possibly the table is not in the current schema or database.

Solutions

  • Correct the spelling of the table name.


Specific to Access
none