What I am trying to do is easily done in microsoft Access using an update query. I want to update a field in one table/dbf with the same field in another/joined table/dbf.
Example. I have a table (Table A) with PartNumber, Desc, Manufacturer, Vendor, Cost, RetailPrice, Deptarment, and UPC_Code - PartNumber being the primary key/index.
I then get a list from 'Manufacturer A' of products whose cost are changing. So Table B contains PartNumber and Cost. I want to join the tables on PartNumber and replace Cost from Table A with Cost from Table B.
I have been looking through forums and other resources for the last several days and have yet to find anything. Perhaps I am just not using the correct terminology. I use both FoxPro 2.6 and Access regularly. We have an old Unix system on which runs FoxPro 2.6 for Unix. So we have on our other computers FoxPro 2.6 for Windows, Visual FoxPro, and Microsoft Access.
Any help or thoughts anyone might have would be appreciated.
Example. I have a table (Table A) with PartNumber, Desc, Manufacturer, Vendor, Cost, RetailPrice, Deptarment, and UPC_Code - PartNumber being the primary key/index.
I then get a list from 'Manufacturer A' of products whose cost are changing. So Table B contains PartNumber and Cost. I want to join the tables on PartNumber and replace Cost from Table A with Cost from Table B.
I have been looking through forums and other resources for the last several days and have yet to find anything. Perhaps I am just not using the correct terminology. I use both FoxPro 2.6 and Access regularly. We have an old Unix system on which runs FoxPro 2.6 for Unix. So we have on our other computers FoxPro 2.6 for Windows, Visual FoxPro, and Microsoft Access.
Any help or thoughts anyone might have would be appreciated.