I have a large imported list of part numbers. The problem is that some of the part numbers contain an asterisk (*) as part of the part number. This causes some obvious problems when doung lookups. I'd like to do a search/replace to replace all asterisks with some other non-wild-card symbol.

Can anyone tell me how to do this?

Thanks.

---Glenn