Need Help with simbol's

Zelo

Registered User.
Local time
Today, 19:51
Joined
Mar 9, 2007
Messages
35
Hallo. I need help. I have record (text1||text2) in field. I know, that is not good practice. So, i need to read these record, find simbol's "||" and to delete this simbol's. How to make this?
 
the instr function will allow to find a string within a string.
then use the left$ and right$ functions to create a string excluding the symbol |. Then update the column with the new data.
 

Users who are viewing this thread

Back
Top Bottom