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
Excel sheet renumbering
RANKING CONTAINS
reading autocad files
How to convert this VB.NET code to VC# code?
Dynamic queries using combo boxes
Combo box selection to select records for form
rename file programatically using data in a field in the table
Making a subform out of separate form
Creating Daily Activity Tracker in Excel 2003
Combo Box Fill from another Worksheet