Hi, I'd be grateful for any assistance.
I am using Access 2003, but I also have Access 2007.
I have a table (Categories) with a column "descriptio ns". This column has html code including several urls per field (1000 rows not all unique. some fields might be duplicated in several rows)
I have a second table "redirects" with two columns, "Old-URL" and "New-URL" (600 rows)
the two tables are completely independent.
I want to run a find and replace on the first table to find EACH "OLD-URL" from the second table in the "descriptio ns" column of the first table(there might be 100 instances in different rows) and replace it with the "new-URL" from the second table.
I started doing this manually, but after 20 rows my wrist is hurting :(
I am using Access 2003, but I also have Access 2007.
I have a table (Categories) with a column "descriptio ns". This column has html code including several urls per field (1000 rows not all unique. some fields might be duplicated in several rows)
I have a second table "redirects" with two columns, "Old-URL" and "New-URL" (600 rows)
the two tables are completely independent.
I want to run a find and replace on the first table to find EACH "OLD-URL" from the second table in the "descriptio ns" column of the first table(there might be 100 instances in different rows) and replace it with the "new-URL" from the second table.
I started doing this manually, but after 20 rows my wrist is hurting :(
Comment