this is my situation, my organization have changed the customer's ID, but data raw from system still keep old value.
my question is how to change/edit/replace the value in the customer's ID table
my tables are like this:
Name | ID | detail
qwe | 20015 | ynu
abc | 20016 | nhf
xyz | 20017 | y5h
and the table content new ID is like this:
Name | ID new | ID old
abc | 10001 | 20015
xyz | 10002 | 20016
qwe | 10003 | 20017
what can I do to replace ID in customer's ID table ?
macro ? vba ? I can't use find and replace since I have too much ID to change.
please help me, thank you.
my question is how to change/edit/replace the value in the customer's ID table
my tables are like this:
Name | ID | detail
qwe | 20015 | ynu
abc | 20016 | nhf
xyz | 20017 | y5h
and the table content new ID is like this:
Name | ID new | ID old
abc | 10001 | 20015
xyz | 10002 | 20016
qwe | 10003 | 20017
what can I do to replace ID in customer's ID table ?
macro ? vba ? I can't use find and replace since I have too much ID to change.
please help me, thank you.
Comment