I'm sure there's an easy solution to this that I'm overlooking, but here's my problem:
I have a table in Access that already contains some data (which I would like to keep). I have about 24 identical tables (same column names, same records), except these tables contain data in the cells that the Access table does not have any data in.
I would like to transfer the data from the 24 tables into the single Access table to consolidate the data.
For example: In Access table, record #1 has X in cell A3, A5, A7, while the rest of the cells are blank.
In 1/24 tables, this same record#1 has Y in cell A4, A6, A9, and the rest of the cells are blank.
Etc, etc. for the rest of the tables.
Basically, once all the data is consolidated, each record would have all columns filled with data and no data would be deleted/overwritten by another table because each cell is only populated with one set of data in only one of the tables.
How do I do this? I tried the update query, but I think I need some sort of criteria to keep it from deleting the original data while it's adding data from table 1 out of 24.
Thanks,
I have a table in Access that already contains some data (which I would like to keep). I have about 24 identical tables (same column names, same records), except these tables contain data in the cells that the Access table does not have any data in.
I would like to transfer the data from the 24 tables into the single Access table to consolidate the data.
For example: In Access table, record #1 has X in cell A3, A5, A7, while the rest of the cells are blank.
In 1/24 tables, this same record#1 has Y in cell A4, A6, A9, and the rest of the cells are blank.
Etc, etc. for the rest of the tables.
Basically, once all the data is consolidated, each record would have all columns filled with data and no data would be deleted/overwritten by another table because each cell is only populated with one set of data in only one of the tables.
How do I do this? I tried the update query, but I think I need some sort of criteria to keep it from deleting the original data while it's adding data from table 1 out of 24.
Thanks,