Question : In Access 2007 what expression would update a value by simply removing all underscores?

I'd like to use an update query to remove all underscores from all values in a column named Field1. What expression should I use on the Update line of the query builder to removed underscores in Field1?

Answer : In Access 2007 what expression would update a value by simply removing all underscores?

Replace([Field1],"_","")
That should do the trick
Random Solutions  
 
programming4us programming4us