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

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

$
0
0

Apologies, looking with fresh eyes I noticed an extra space.

stDigitalFolderLocation = replace(stDigitalFolderLocation, "\\ ", "\")

should be:

stDigitalFolderLocation = replace(stDigitalFolderLocation, "\\", "\")

Viewing all articles
Browse latest Browse all 2

Trending Articles