Microsoft
Software
Hardware
Network
Question : How to perform a Find/Replace on non-printing characters in an Access text field
Hi there!
Having imported contact details from Outlook into A2003, the problem I have is that for some of the records the address shows on multiple lines, while for others it is all on one line, and there are no spaces between the parts of the address that should be on the different lines. Example shown as attached.
I've checked for what exactly is going on in the field (thanks eghtebas for the code); the multiple line records contain Carriage Returns and Line Feeds (Asc 13 and 10), but the single line fileds have only the Line Feed (Asc 10).
I want to make all the fields look the same, displaying on multiple lines. What is the easiest way to do this? Can I use the Find/Replace facility, and if so how? (I can't get it to find any of these non-printing characters, but I'm not sure of the correct syntax.)
I've been trawiling through the solutions for simialr problems but can't get anywhere, especially as my VB and SQL skills are none too good, so please forgive me. All advice gratefully received.
Benjy
Answer : How to perform a Find/Replace on non-printing characters in an Access text field
Hello BungyStrap,
UPDATE SomeTable
SET SomeColumn = Replace(Replace(SomeColumn
, Chr(10), Chr(13) & Chr(10)), Chr(13) & Chr(13), Chr(13))
Regards,
Patrick
Random Solutions
DIR command to list directory contents to text file
Syntax for SQL subquery
Operation has timed out error while sending mail (above 2 MB) through C#.net
Optimizing code for use across a network.
The Microsoft Jet database engine could not find the object 'Databases'. Make sure the object exists and that you spell its name and the path name correctly.
"Not enough storage is available to complete this operation" When Inserting Into SQL BLOB
Virtualizing Backup Exec 12.5 on Hyper-V
TreeView BOM
Can not find active desktop HTML file.
Microsoft® Hyper-V" Server 2008 R2 is out, and now ?