wolverinec7
MIS
I've just started working on a new database, and they store their customer address field as a string rather than a memo and all in one field rather than address lines. because of that when on the db a user enters a carriage return in the string field it enters a ;
any ideas how to strip it out and make it look like a proper address field?
i.e.
abc ltd;123 london rd;london;L11AB
as
abc ltd
123 london rd
london
L11AB
any ideas how to strip it out and make it look like a proper address field?
i.e.
abc ltd;123 london rd;london;L11AB
as
abc ltd
123 london rd
london
L11AB