Home > other >  Unable to to Import folder MS Access Export Text Wizard Error
Unable to to Import folder MS Access Export Text Wizard Error

Time:07-09

When I perform a query on a database and try to export the results to a text (CSV) I get the following error:

"The wizard is unable to import the folder 'Query3'. This is usually because the name of the folder contains a space and a SQL keyword (such as the 'Deleted Items' folder, which contains a space and the word 'Delete'. You may, however, link to this table."

How can I export my query to a csv without this error.

CodePudding user response:

To solved this issue by running the designed query, saving the query, then exporting to text file.

  • Related