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
Create an excel sheet programmatically using VB.NET
Access Violation From Start Bar
support CEdit ctrl + c copy
How secure is the Access 2007 database password?
How do I push out customized header/footer templates in Word 2007
VB6 Access SQL query code
Expression Builder in MS ACCESS
find filenames in a text file
Any alternative to running an FTP server?
Sql CAse in SP