Transfering data from a table to another database

The normal cause of this is that you have removed or renamed a field in your database so the query no longer matches the schema. This can cause the query to stop opening

If you intend to remove or rename a field then it is best practice to remove the fields from queries first

I reported this a year ago