I made this query to remove symbols from my data but it only removes one symbol at a time - is there a way to make it remove two or three symbols at a time? (Not a string - but "& or % or #" kind of thing).
Replace([PDW]![NOSYMCAT],"+","")
Where the plus sign is in the formula above - that;s the symbol that I am removing from that column in ACCESS - but I can only do one at a time and there are a LOT of symbols - it takes along time!
(The table is called PDW and the field is NOSYMCAT (NO SYMBOL CATALOG NUMBER!)
tanks!
doc
Replace([PDW]![NOSYMCAT],"+","")
Where the plus sign is in the formula above - that;s the symbol that I am removing from that column in ACCESS - but I can only do one at a time and there are a LOT of symbols - it takes along time!
(The table is called PDW and the field is NOSYMCAT (NO SYMBOL CATALOG NUMBER!)
tanks!
doc