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
dbSeeChanges error on SQL DELETE
Animationed GIFs don't animate in Outlook 2007
Custom Ribbon vba tab selection
Desktop app registry and program files access under Vista and Windows7
Using a Field from a Table as part of the file name when saving in a module
Weird color change when switching from MS Excel to MS Access
Query to find matching patterns in a table
How to change power settings on a PC, and make it effective to all users.
Compaq Presario SR5010NX Desktop PC
UTF-8 / ASP Problem - Foreign Characters from SQL 2008