I have a table that I got from Oracle. I did the "Get External Data". What I want to do is add and take away some fields and make a new table. I want to update the new table with info from Oracle when it changes. Any ideas?
Here is an example of what I am talking about.
I want the vendor_id and vendor_name to always be the same on both tables so that if the Oracle table is updated with new vendors then add them to the new table. But I never want to be able to change the Oracle table.
Table from Oracle - New Table -
Vendor_Id Vendor_Id
Vendor_Name Vendor_Name
Vendor_Status Ad_Send_Nbr
If you need more info or need to explain more let me know.
Thanks-