Snappy2873
Programmer
Hello everyone,
I'm trying to create an update query that doesnt erase all my data and leave just a ",". My goal is to create/run a query on a keyword column(text(255)) that has data with no space after the comma and then add the space. Check out an example of my data:
wonderware,validation,software,htv,oven,intouch,computer,protocol,#1through#6,htv,temperature,vulcanization,dipping,oven-htv-01,oven-htv-02,oven-htv
I've tried and update query on this column that basically says: UPdate column keyword to ", "(,space) where data is Like "*,*" but the query left me with a column that has just a comma with no data. I also tried the Like ",", but it didnt return any records that could be changed.
Any help would be greatly appreciated.
Thanks
snappy
I'm trying to create an update query that doesnt erase all my data and leave just a ",". My goal is to create/run a query on a keyword column(text(255)) that has data with no space after the comma and then add the space. Check out an example of my data:
wonderware,validation,software,htv,oven,intouch,computer,protocol,#1through#6,htv,temperature,vulcanization,dipping,oven-htv-01,oven-htv-02,oven-htv
I've tried and update query on this column that basically says: UPdate column keyword to ", "(,space) where data is Like "*,*" but the query left me with a column that has just a comma with no data. I also tried the Like ",", but it didnt return any records that could be changed.
Any help would be greatly appreciated.
Thanks
snappy