H
hspgapsemc
I have a database from an outside source that over time I have added 5
additional fields of data. Each record from the outside source has an
account number, but the same account number appears on more than one record.
I have received the new update from my outside source and want to add the 5
additional fields of data from my old database into the new database. The
new database continues the use of account numbers on each record.
I created a separate table from the old database containing my 5 fields of
data and the account number. I want to append the 5 fields of data into my
new table into the matching account number records.
When I try and run the append query all I get is x number of additional
rows. In other words, the data is just added to the end of the table.
I have tried different joins using the account number as the join field --
but it doesn't work. I know there is a way to do this, I'm just not getting
it. Thanks.
additional fields of data. Each record from the outside source has an
account number, but the same account number appears on more than one record.
I have received the new update from my outside source and want to add the 5
additional fields of data from my old database into the new database. The
new database continues the use of account numbers on each record.
I created a separate table from the old database containing my 5 fields of
data and the account number. I want to append the 5 fields of data into my
new table into the matching account number records.
When I try and run the append query all I get is x number of additional
rows. In other words, the data is just added to the end of the table.
I have tried different joins using the account number as the join field --
but it doesn't work. I know there is a way to do this, I'm just not getting
it. Thanks.