J John Mar 20, 2004 #1 Hi How can I remove all occurrences of a character from a given string? Thanks Regards
I Ian King Mar 20, 2004 #2 Try using the Replace function - eg Replace(YourFieldName,"e","") removes 'e' fom the field. Try that. Ian King
Try using the Replace function - eg Replace(YourFieldName,"e","") removes 'e' fom the field. Try that. Ian King