I'm wondering is it possible to dynamically export specific MS Access tables to a CSV file using VBA?
I'm able to export all the tables to a CSV / Excel file but the ask I was given once this was in place, is to be able to export a specific set of tables from the MS Access database a CSV file and not the entire set of tables.
Ideally the user would access a Form which they'd be able to select the tables they would like to export and click a button that would run the script.
Is this possible using VBA or is it to complex? Any advice or resources would be appreciated. Thanks!