M
Mitchell_Collen via AccessMonster.com
How do remove all character to the left of an underscore? I have tried Ltrim,
instr but that only trimming white spaces. Thanks in advance. -M
for instance:
name_23434.txt
name4_23454664.txt
should become:
23423.txt
23454664.txt
instr but that only trimming white spaces. Thanks in advance. -M
for instance:
name_23434.txt
name4_23454664.txt
should become:
23423.txt
23454664.txt