Hello Access World Forums! 
I've just started a new job looking after a database of product record cards for making cables.
I'm trying to create an update query that will remove all the ***'s from my text fields in a table. The trouble i'm having is, the '*' character is used as the 'wildcard' character for searching for text 'like/similar’ to what you type in.
I understand that you can use [ square brackets ] to negate the wildcard function, but i'm still struggling as to how to get this query to work in my situation.
Here's some examples of the data and how I would like it to be:
Data in Field: How I would like it:
'** OPEN & CLOSE **' 'OPEN & CLOSE'
'** USE DN68 **' 'USE DN68'
'**** NOSE F1 TO EE7 SET @ 3.875" ****' 'NOSE F1 TO EE7 @ 3.875"'
There are lots of different situations for each cable and each one has its own text so the location of the ***’s will be different for each.
I need the query to search for any *'s in the text field and then delete them, but preserve the rest of the text stored in the field. I would also like any spaces removed before and after the text, but not in the middle of the text.
I hope I have made sense with my explanation. Any help would be much appreciated.
Please be aware I do not have advanced knowledge of access scripting, but have done some programming in visual basic several moons ago.
Neal

I've just started a new job looking after a database of product record cards for making cables.
I'm trying to create an update query that will remove all the ***'s from my text fields in a table. The trouble i'm having is, the '*' character is used as the 'wildcard' character for searching for text 'like/similar’ to what you type in.
I understand that you can use [ square brackets ] to negate the wildcard function, but i'm still struggling as to how to get this query to work in my situation.
Here's some examples of the data and how I would like it to be:
Data in Field: How I would like it:
'** OPEN & CLOSE **' 'OPEN & CLOSE'
'** USE DN68 **' 'USE DN68'
'**** NOSE F1 TO EE7 SET @ 3.875" ****' 'NOSE F1 TO EE7 @ 3.875"'
There are lots of different situations for each cable and each one has its own text so the location of the ***’s will be different for each.

I need the query to search for any *'s in the text field and then delete them, but preserve the rest of the text stored in the field. I would also like any spaces removed before and after the text, but not in the middle of the text.
I hope I have made sense with my explanation. Any help would be much appreciated.
Please be aware I do not have advanced knowledge of access scripting, but have done some programming in visual basic several moons ago.
Neal