Could not find output table <name>. (Error 3192)

Applies to: Access 2013 | Access 2016

You tried to use an INSERT INTO statement with the specified table, which does not exist. Make sure you entered the name correctly, and then try the operation again.

If you are attempting to execute a make-table query that creates the table for you, use the SELECT INTO syntax instead.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.