Removing a character from a string

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

How can I remove all occurrences of a character from a given string?

Thanks

Regards
 
Try using the Replace function - eg Replace(YourFieldName,"e","") removes
'e' fom the field.

Try that.

Ian King
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top