
Originally Posted by
kd2017
It does matter...
Then when you get your monthly updated spreadsheet you can rename last months spreadsheet to DataFile_18_08.xls or something and save the updated spreadsheet the name that Access expects and will load.
For example a listing of the files in your data file's directory might look like this:
DataFile_CURRENT.xls <-- the latest data file for September, 18
DataFile_18_08.xls <-- Data file from August, 18
DataFile_18_07.xls <-- Data file from July, 18
DataFile_18_06.xls <-- Data file from June, 18
DataFile_18_05.xls <-- Data file from May, 18
And because you set up your Access database to *Link* to DataFile_CURRENT access will always load the data in that filename. Would this work for your situation?