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
Best recomended anti virus for Windows 2003 server operating sytem
Groupby in a recordset in a Access VBA code module.
How to change background html element when focus and lost focus?
SQL 5 Express Install Errors PLEASE HELP!
missing the users & groups in my computer management
Need check boxes to appear on Word document from MS Access DB
Format the Graphs to export on to the PDF
AJAX CalendarExtender - No dates before 1950
Error in distributed application (vb.net)
How do I use twain_32.dll in Visual C#.NET 2008