Question
Removing Carriage Returns
I have a table with a field that contains data such as this,
and I want to remove all of the carriage returns but I am having
difficultiy. I have tried replacing the chr(13) and the chr(10) but
no such luck. Can anyone help? Thanks!
==== start of code block ====
Part Number: 1307 G9<BR>
Finish Family:
CHROMES<BR>
Finish/Color:
STERLING NICKEL<BR>
Dimensions:
1 1/4 INCH DIAMETER<BR>
Collection:
BRASS & STERLING TRADITIONS<BR>
==== end of code block====
==== start of code block ====
Part Number: 1307 G9<BR>
Finish Family:
CHROMES<BR>
Finish/Color:
STERLING NICKEL<BR>
Dimensions:
1 1/4 INCH DIAMETER<BR>
Collection:
BRASS & STERLING TRADITIONS<BR>
==== end of code block====
