I'm not sure if I'm clear on this, so let me re-phrase.
tblLocation, tblSpreadsheets
tblLocation - full location of excel spreadsheets (fields are Location1, Location2)
tblSpreadsheets - name of excel spreadsheets (fields are Spreadsheet, DateMod)
I currently have code where the user selects the location of where the excel spreadsheets are going to be saved. Then when they click save, a function is called that immediately looks into the directory and stores the file names of those excel spreadsheets into a table (tblSpreadsheets). Then on a switchboard OnOpen event it then pulls in all the data from those spreadsheets by location and file name. What i would like is a way to also store is the date modified of those spreadsheets?
Please advise, and thank you for your help on this.
tblLocation, tblSpreadsheets
tblLocation - full location of excel spreadsheets (fields are Location1, Location2)
tblSpreadsheets - name of excel spreadsheets (fields are Spreadsheet, DateMod)
I currently have code where the user selects the location of where the excel spreadsheets are going to be saved. Then when they click save, a function is called that immediately looks into the directory and stores the file names of those excel spreadsheets into a table (tblSpreadsheets). Then on a switchboard OnOpen event it then pulls in all the data from those spreadsheets by location and file name. What i would like is a way to also store is the date modified of those spreadsheets?
Please advise, and thank you for your help on this.