Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

search and replace field?

Status
Not open for further replies.

MJ1299

Programmer
Joined
Nov 28, 2000
Messages
5
Location
CA
Hi,

I have a varchar field that is passed to my report. I want to create a formula that parses the string for a certain character and replaces it with another when it finds it.

Any ideas on how to do this?

Thanks!
MJ
 
use this function:

Replace (input string, findstring, replacestring)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top