I am currently writing an application for importing text files into an Access database using import specifications.
I wait to be able to do the following:
1. Allow the user to enter the name of the text file, with the full file location, folders and all.
2. Split the file into two parts since the data will be of verying lengths (this part I've already accomplished).
3. Search in the specified folder for the newly-split files
a. If the file exists, import the text file into the database using the import specification prescribed for that particular file
b. If the file does not exist, go to the next part of the code and search for the next file, and keep doing this until all of the required files have been imported.
Is this possible?
Please adivse. Thanks.
I wait to be able to do the following:
1. Allow the user to enter the name of the text file, with the full file location, folders and all.
2. Split the file into two parts since the data will be of verying lengths (this part I've already accomplished).
3. Search in the specified folder for the newly-split files
a. If the file exists, import the text file into the database using the import specification prescribed for that particular file
b. If the file does not exist, go to the next part of the code and search for the next file, and keep doing this until all of the required files have been imported.
Is this possible?
Please adivse. Thanks.