http://www.perlmonks.org?node_id=729950


in reply to Re^4: Perl DBI + Access bind issues
in thread Perl DBI + Access bind issues

I just looked up how I did this and there's no need for VB. It can be done using a macro in Access. I created a macro called ExportTables. For each table to be exported I added a 'TransferText' action. Set transfer type to 'Export Delimited' and specify the table and file names. If you want the first row of the CSV file to contain the column names set 'Has Field Names' to 'Yes'. After adding an action for each table you can execute the macro and it should create CSV files for the tables you entered.

90% of every Perl application is already written.
dragonchild