I have a query with 4 columns (one invisible - for criteria filtering purposes - criteria is a variable I have to define - inputbox - every time I run the query). The query is created in sql-view using "UNION"
When I try to export the three columns in CSV format (I need this format for a transffer to another software) it's saying something like:
"Too few parameters. Expected 1."
I would also like the export to be done through a macro (a button in a form) and without header row... so a VBA code would be perfect...
Please... can anyone help?![]()