I've been working on a database fr a while now, its for a low use online shop, I've got about 2600 records in an access mdb I use to get the info from, I have a primary Key set to the products sku and obviously a field that is the sell price, I've been trying to work out how to import a complete price update from an exl or another mdb which has only the sku and new price but I'm unable to do so.
I basically need to import all the info from the new file, match it to the data in the main table and then update the prices. How is best to go about this?
I'd like to also update a "discontinu ed" field if the price I added in was 0 for example. But this isnt essential as I can do that in the webpage code.
Thanks for any help and sorry for the bad english, its late after another night of failed attempts to get it to work.
I basically need to import all the info from the new file, match it to the data in the main table and then update the prices. How is best to go about this?
I'd like to also update a "discontinu ed" field if the price I added in was 0 for example. But this isnt essential as I can do that in the webpage code.
Thanks for any help and sorry for the bad english, its late after another night of failed attempts to get it to work.
Comment