richh
Board Regular
- Joined
- Jun 24, 2007
- Messages
- 245
- Office Version
- 365
- 2016
MS Excel 2016
This is the first time I've used a query, so I could very well have constructed the applied steps incorrectly.
My problem is that records from newer files are not present.
The query is designed to compile lists of reviewed records from weekly reports. They are the same lists, so the duplicate entries are deleted once the files are compiled.
I built a query that (should) pull records from subfolders housed in the direct data source folder; however, the query appears to only be returning files from one subfolder. My directory is structured as follows:
The current results of my query show that there are 53 files to pull from, 34 of which are stored in the 1st month's 1st week folder. The other 19 are stored in the 1st month's 2nd week folder.
My query (if I constructed it correctly) should pull data in from a file, sort the files based upon completion date (if the record is incomplete, the field is left blank, otherwise a date is there), then remove the duplicates. I was hoping that doing so would remove the old rows that do not have a completed date.
Any help would be appreciated!
This is the first time I've used a query, so I could very well have constructed the applied steps incorrectly.
My problem is that records from newer files are not present.
The query is designed to compile lists of reviewed records from weekly reports. They are the same lists, so the duplicate entries are deleted once the files are compiled.
I built a query that (should) pull records from subfolders housed in the direct data source folder; however, the query appears to only be returning files from one subfolder. My directory is structured as follows:
- Data Source
- Month
- Week <-- data appears to only be coming from this folder
- Week <-- data from here is not present
- Week <-- No data yet
- Week
- Month
- Etc...
- Month
The current results of my query show that there are 53 files to pull from, 34 of which are stored in the 1st month's 1st week folder. The other 19 are stored in the 1st month's 2nd week folder.
My query (if I constructed it correctly) should pull data in from a file, sort the files based upon completion date (if the record is incomplete, the field is left blank, otherwise a date is there), then remove the duplicates. I was hoping that doing so would remove the old rows that do not have a completed date.
Any help would be appreciated!