I am looking to create a macro that will import 6 text files into my database and save them as tables. The import will run once a week, with the new files copying over the previous weeks.
However, as the new files are brouight into the database, I need them to be compared the old files. If any customer IDs are missing, they need to be copied into a seperate table.
However, as the new files are brouight into the database, I need them to be compared the old files. If any customer IDs are missing, they need to be copied into a seperate table.