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
Microsoft SQL Server Migration Assistant for Access Problem -- "There is nothing to process"
Please increase performance of this extremely slow sql statement
Export Customised Vba Toolbars
Remote Desktop Connection: win2003 server: local resources tab: Disk drives. Locally, can I see the drives of the computer I connect to remotely?
How to close excel file from Macro?
Intercepting WM_KEYDOWN messages
Custom Order By
Internet Explorer is broken!!!
Disable / enable custom menu items
OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction