View Full Version : Removing Carriage Returns from Text


Birdy
02-15-2005, 04:55 AM
I have been able to do this before, but I have forgotten how.

We have a user that Constantly puts a CR at the beginning of the text in a memo field. Can this be stopped or even better, changed with a query before a report is run as it is causing serious problems with report printing???????
:confused: :confused: :confused:

FoFa
02-15-2005, 06:05 AM
Try the REPLACE function

Birdy
02-15-2005, 06:26 AM
Tried using a Replace function but want to do this in a Query not VBA.

Is there not a way of just removing it through a query?