A form containing a button that allows users to import several Text files at the same time (required by users). I created an "Import macro" with following actions:
DeleteObject: (Table - imported file)
ImportExportText: (Import Delimited, Import Specification, Table, File name -path-, Has Field Names - Yes
OpenQuery: Clearing query for null spaces and repeated row headers.
However, sometimes some of the files are not required and/or are not available in the path. I would like to find a way or a combination of actions in my "Import macro", that will substitute the not required or not
available files into empty tables in the Access database, and will import all those that are available in the path. Based on what I have, what can I do? I'm not familiar with VSB, I work with queries and macro design options.