mraetrudeaujr
Technical User
I have two databases where there is redundant information. In other words, instead of just creating new/additional fields, the user created a new database with a table containing several fields from the previous Main table, and the new 'additional' fields.
Since the tables contain many of the same fields that identify the same 'person', I need to copy (only) the information that is coming from this smaller table, into the Main database/table. I have already created the new fields in the Main table EXACTLY like they are in the other table. I tried to create an "Update" query to copy this information into the new fields Main table, but it's not working. I need a way to pull the information from the smaller table that pertains to the appropriate person, into the larger Main table. How do I go about this?
Since the tables contain many of the same fields that identify the same 'person', I need to copy (only) the information that is coming from this smaller table, into the Main database/table. I have already created the new fields in the Main table EXACTLY like they are in the other table. I tried to create an "Update" query to copy this information into the new fields Main table, but it's not working. I need a way to pull the information from the smaller table that pertains to the appropriate person, into the larger Main table. How do I go about this?