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
IIS Virtual Directory "A share located on another computer"
blue screen errors...
Stored Procedure Execution Options
Make a relationship between two tables on one form.
Disable spam filtering on Exchange 2007
Compiling Data from Multiple Sheets to Single Sheet in Excel
Outlook voting button no response summary
Global Functions ...global.asax?
Email Security and Attachments
Problem installing x86 HP PCL6 driver on Windows 2003 x64 server