Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access find and replace multiple values with a macro

Status
Not open for further replies.

stephlal

Technical User
Mar 4, 2004
13
0
0
US
Hello guru's,
I'm importing data in access that have html tags and need to get rid of them. I can't think of any easy way of doing this but with a macro that would search for values and replace them with spaces by means of an automated solution. I know there's a find / replacement functions in vba, i'm just no expert in coding it. I also need to be able to execute this find replace on 3 specific columns in 1 table, and all columns in another table.
i.e.: find:=<div> replacement:=""
find </div> replace ""
find <*> replace "" (can I use a wildcards?)
Essentially I would have 10 to 20 find/replace lines.

Any help or direction on how to accomplish this would be great.

Thanks
 
Thanks for the info, I'll check it out!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top