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
SSIS Import Export Difficulties
Maintenance overlap for database
OpenCurrentDatabase with password
Can not find active desktop HTML file.
how to use rc2 file?
Update field following DISTINCT query
Outlook 2007 keeps asking for password
What is the best decompiler?
Delete subjob record when delete main table record
Access multile servers by RDP thru ISA 2006