Removing characters from a field

  • Thread starter Thread starter Lancaster
  • Start date Start date
L

Lancaster

How can I say in Visual Basic to remove all "*" from a
desired field. The "*" being literal not a wild card.

For example:

LastName="*SMITH" and I want it to change the value
to "SMITH"

OR LastName="***SMITH and I want the value to be "SMITH"
 
Back
Top