Hello,
I'm attempting to replace a " with a blank space in a string using the Replace() function. I have tried the following
Replace([steInput], ", "")
Error Message - Data items must be between [ and ]. Text must be between " and ". Functions should be in the form functionname()
Replace([steInput], ", "")
Error Message = Data items must be between [ and ]. Text must be between " and ". Functions should be in the form functionname()
Replace([steInput], """, "")
Test - a"a Result - a"a
Replace([steInput], """, "")
Test a"a Result - a"a
Any help would be appreciated !
Thanks