hi guys is there any way to replace certain char in fields.. For Ex replacing
chr(255) with (,) because before saving the data into the database i replace all words with (,) in it because access does not accept this and i replace it with chr(255). but how can i put back the (,) in the datareport rpttextbox?