Removing specific characters from a text field

G

Guest

I have a text field of vessel names which need cleaning as some are in the
format "** Vessel Name" or "* Vessel Name". I want to remove the "*"
characters from the field, after which I plan to use the trim function within
a second update query.

I understand that i'd be able to use something like (Replace([Name]"*",""")
to remove them if I was using a later version of Access, but unfortunately my
version is 97 so it doesn't work.

I was trying to use a function containing the ASCII code for the * character
- chr(44), but am unsure how to do this as I couldn't find a specific delete
function.

Any help much appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top