Microsoft
Software
Hardware
Network
Question : I need to strip out every vbCrLF from a field
Is there an easy way to search a field for vbCrLf and strip them out?
Answer : I need to strip out every vbCrLF from a field
Make a backup first an then try this:
UPDATE Table2 SET Table2.FIELD1 = Replace([FIELD1],Chr(13) & Chr(10),"");
mx
Random Solutions
Displaying Icon over an Image
How to resolve the SQL error: "ORDER BY items must appear in the select list if the statement contains a UNION, INTERSECT or EXCEPT operator"?
Insert new records only
NetworkStream.DataAvailabl<wbr />e returns false
System.NullReferenceExcept<wbr />ion for Excel.Workbooks.Open (visual Studio
C# equivalent of javascript's location.replace() function?
Converting Lotus .MK4 files to Excel
Dropdowns in grid view 'edit item template' not working
Importing Fixed Assets
Browser CSS Alignment