Quantcast
Channel: MS Access replace function is not giving the expected result - Super User
Browsing all 2 articles
Browse latest View live

Answer by Ali Kayn for MS Access replace function is not giving the expected...

Apologies, looking with fresh eyes I noticed an extra space.stDigitalFolderLocation = replace(stDigitalFolderLocation, "\\ ", "\")should be:stDigitalFolderLocation = replace(stDigitalFolderLocation,...

View Article


MS Access replace function is not giving the expected result

I am concatenating two fields, however in some cases the second field begins with \, but not always.I'm trying to remove the possible extraneous \ using replace.stDigitalFolderLocation =...

View Article
Browsing all 2 articles
Browse latest View live