03Explorer
Technical User
I have five table sets, one that was emailed out as a csv export and another is in an MDB locked (no one can enter or modify data set). I want to compare the two sets of tables to make sure / verify that the data IS exactly the same between the five table sets.
Example CSV's
table1.csv
table2.csv
table3.csv
table4.csv
table5.csv
and currently in locked MDB
table1
table2
table3
table4
table5
I imported the csv files with a suffix of todays date. Is it safe to create a query of unmatched data using the two key fields to like the tables and include all columns? and if I do and the result of the query does not show any rows that they contain the same data?
I am working on an urgent project and would like some assistance quickly if possible. Data needs to be validated and report generated today with the included data.
Much thanks for any help!
Example CSV's
table1.csv
table2.csv
table3.csv
table4.csv
table5.csv
and currently in locked MDB
table1
table2
table3
table4
table5
I imported the csv files with a suffix of todays date. Is it safe to create a query of unmatched data using the two key fields to like the tables and include all columns? and if I do and the result of the query does not show any rows that they contain the same data?
I am working on an urgent project and would like some assistance quickly if possible. Data needs to be validated and report generated today with the included data.
Much thanks for any help!