Ok, I'm happy with the database right now. You select the Excel file you want to load, and everything works great after that.
Except now I need to plan on user error. My database will take any excel file and load it into a new table and then try to do operations on it. How do I make sure the correct file is loaded?
The name of the file changes from day to day.
The position of the file can change also
The type of file stays the same. (Excel)
and the columns wll stay the same.