Removing a character from a string

  • Thread starter Thread starter John
  • Start date Start date
Try using the Replace function - eg Replace(YourFieldName,"e","") removes
'e' fom the field.

Try that.

Ian King
 
Back
Top