Question : How to use Replace to replace a ' character

I have a string that contains a ' char and I would like it to return it without the '.  How would I do that

Thanks

Andrew

Answer : How to use Replace to replace a ' character

ah! how about this:
Replace (yourField,  chr(39), '' )
Random Solutions  
 
programming4us programming4us