Goal: Join 2 text files on field called ReportName and display the matches. 2 simple text files containing ReportName and FilePath, CreationDate and LastAccessDate. ReportName data type is text and set to 255 in length. I'm only getting 2 matching results. I can clearly see the data has many matches but my query only returns 2. I have no limiters set - so I'm reporting ALL results per the properties on the query.
Before I logged in here and to simply this even more, I cut out the ReportName field from both files and created 2 new text files (Notepad) with ReportName only. Used these 2 tables to run the same query and still get 2 results only.
Example that SHOULD be returned but isn't:
PDriveReportName=CDLIS Report
DLSReportName=CDLIS Report
Before I logged in here and to simply this even more, I cut out the ReportName field from both files and created 2 new text files (Notepad) with ReportName only. Used these 2 tables to run the same query and still get 2 results only.
Example that SHOULD be returned but isn't:
PDriveReportName=CDLIS Report
DLSReportName=CDLIS Report
Last edited: