D
David W
first question
how do you make a query compare data from 2 different tables and replace it
if it is different.
I have got a imported table that I am wanting to compare to table3, and if
the data is different in certain fields in the imported table, change only
those certain fields in the table3.
say if the imported table had
field1 field2 field3 field4 field10
C001 Van red rewarded tune
C002 Truck red rewarded tune
say if table 3 had
field6 field9 field11 field13
field16
C001 car blue(keep this value) probation tune 2
how do you get table3 to change to
field6 field9 field11
field13 field16
C001 Van blue(value stayed the same) probation tune 2
C002 Truck red rewarded
tune 2
I DO NOT WANT TO CHANGE THE INFORMATION IN THE IMPORTED TABLE.
Last question,
If field10 from the imported table had "tune"
how could you get the data to change to "tune 2" in table3
how do you make a query compare data from 2 different tables and replace it
if it is different.
I have got a imported table that I am wanting to compare to table3, and if
the data is different in certain fields in the imported table, change only
those certain fields in the table3.
say if the imported table had
field1 field2 field3 field4 field10
C001 Van red rewarded tune
C002 Truck red rewarded tune
say if table 3 had
field6 field9 field11 field13
field16
C001 car blue(keep this value) probation tune 2
how do you get table3 to change to
field6 field9 field11
field13 field16
C001 Van blue(value stayed the same) probation tune 2
C002 Truck red rewarded
tune 2
I DO NOT WANT TO CHANGE THE INFORMATION IN THE IMPORTED TABLE.
Last question,
If field10 from the imported table had "tune"
how could you get the data to change to "tune 2" in table3