J
Jan
Hi,
I am trying to use code to REPLACE for a string of text.
I want to use either SQL or VB. I do know that it looks
something like: Replace (string, search string, replace
string)
This is what I want to do: in Field12 of table Cats,
replace the word 'dogs' with blank.
In Field12
of table Cats
Replace (Like *dogs*, 'dogs', '')
I am trying to use code to REPLACE for a string of text.
I want to use either SQL or VB. I do know that it looks
something like: Replace (string, search string, replace
string)
This is what I want to do: in Field12 of table Cats,
replace the word 'dogs' with blank.
In Field12
of table Cats
Replace (Like *dogs*, 'dogs', '')