I have 17 tables all with server related data (Make, Model, utilization, etc.) There are duplicate fields across all the tables (i.e. Table1 has Make, Table2 has make). I want to create a query that builds a new table by combining the info of all 17. The catch is, I want to be able to rank the tables to say Table3 has reliability Level1, Table1 is 2, etc. So that I have the most reliable data set. (i.e. If Table3 has a Make and Table1 has a Make, Table3's make will be output.) How can I do this? Thanks.