Hello
I've got a query which creates a URL address by prepending and appending a value. Nothing shocking so far, but the field is returned as a text datatype. How would I go about making the value return as a working HTML URL?
I guess I'm looking for a way for Access to recognise that if a...
Hello
I'm struggling to work out how to remove all non-alphanumerical characters from a given field(s). I can do one at a time,
SELECT REPLACE(field, 'value to replace', 'what to replace with')
FROM tbl
But I need to do this for all non-alphanumerical characters, including spaces. Can anyone...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.