All Forums >> [Scripting] >> ASP >> Replacing Spaces with Underscores Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I have a list of categories in an Access Database Table. Now I would like to replace the space inside the field with underscores and then add ".asp" to the end of the name. I originally used a 'replace' function inside my Access query but unfortunately it doesn't work in ASP. Any help would be appreciated.