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
Render and send SSRS report Via SSIS
Very Basic: Run same section of code when clicking on several buttons
How to carry out the Office Links, Analyze it with Excel
Access VBA DCount() on SQL 2008 server table
SBS 2008 pop three setup.
Excel Multiple Data Validation
Registering DLL in Win95
Why is ComboBox font bold after a Create()
checkbox and listctrl
How do I remove a Domain Controller from Active Directory