L
LMIU
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.
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.