[FONT="]Hello Everybody,
I need some help to solve my big headache, I have table with a lot of records and every record contain unique number. However couples hundred of records have new number and I need to find and replace. I can do that one by one, but this is waste of time specially when I have those numbers in multiple tables.
I have one table tbl_status with two column:
OLD_num and NEW_num
Something like this:
P2345 P3445
P1000 P3446
P123 P3447
Than I have table with data tbl_Articles
Now I will like to make VBA function to loop thru table tbl_Article and if find any of number listed in table tbl_status under field OLD_num to replace with NEW_num
I hope I did explain well, English is my second language. [/FONT]
I need some help to solve my big headache, I have table with a lot of records and every record contain unique number. However couples hundred of records have new number and I need to find and replace. I can do that one by one, but this is waste of time specially when I have those numbers in multiple tables.
I have one table tbl_status with two column:
OLD_num and NEW_num
Something like this:
P2345 P3445
P1000 P3446
P123 P3447
Than I have table with data tbl_Articles
Now I will like to make VBA function to loop thru table tbl_Article and if find any of number listed in table tbl_status under field OLD_num to replace with NEW_num
I hope I did explain well, English is my second language. [/FONT]