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
Activesync does not syncronise reminders
How to TRULY Hide a Column from a DataGridView?
set recurrence for multiple outlook appointments
Building VC++ COM server to work with VB
Directory Tree using Excel/VBA - Retrieve Author/Owner Details as well as file attributes..
MS Access Call to SQL Stored Proc with Return Value
How change background color of a text box based on date criteria
ADO vs linked dsn
Loop select statement and update rows with the results?
Application.RunCommand acCmdSubformFormView Causes Runtime error 2501