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
Two different certificates in one domain
WCF Client Proxy Wrapper Configuration Abstraction
SQl SERVER 2008 Installation Error...INSTALLSHAREDWOWDI<wbr />R
Save Excel file as Pipe delimited text file
error with web site when it was moved from server 2003 to 2008
How to show treeview inside combobox
WebBrowser and Knowing when page is loaded
Count rows of table between two dates for value in text box
Installing Blackberry Enterprise server on Exchange server itself
NoActiveDesktop under LOCAL_MACHINE gets reset to value of 1 after reboot. If NoActiveDesktop key under LOCAL_MACHINE is deleted, it is recreated and assigned a value of 1.