G
Guest
I have a database with 5905 rows of data that I want to update from another
database of 214 rows of data. One row is model number and the another is a
price. The problem is that some of the model numbers are the same and some
are not from the smallet database as the larger one. The only difference is
the price on the model numbers that are the same which needs to be changed.
There are also some new model numbers to be added with the price. So I need
to be able to update the larger one from the smaller one without duplicating
the model number but uppdate the price and add any new model numbers with the
price..
database of 214 rows of data. One row is model number and the another is a
price. The problem is that some of the model numbers are the same and some
are not from the smallet database as the larger one. The only difference is
the price on the model numbers that are the same which needs to be changed.
There are also some new model numbers to be added with the price. So I need
to be able to update the larger one from the smaller one without duplicating
the model number but uppdate the price and add any new model numbers with the
price..