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
How to get a DOS prompt?
How to set Anonymous access in Reporting Services 2008 & IIS7
What is equivalent to vbmodal in vb.net
Remote Desktop Urgent
Get Buying Cost From Current Stock
Is there any good bluetooth software that keeps all bluetooth devices listed and could easily click and transfer.
Problem with SQL syntax
Integrate a counter variable into VBA code... how to?
I asked or a password each time I run outlook 2010 Beta, why ?
can I copy a picture in the header section into another left header section of another sheet in the same workbook?