J
JT
I need to get string right after "\".
For example if i have this path name
c:\Docs\Year\Months\June2007.txt
then i need get this string
June2007.txt
I used this
File Name: Left([Table1]![FileNm],InStrRev([Table1]![FileNm],"\")-1)
but it will remove that string i need.
Please help.
Thanks.
For example if i have this path name
c:\Docs\Year\Months\June2007.txt
then i need get this string
June2007.txt
I used this
File Name: Left([Table1]![FileNm],InStrRev([Table1]![FileNm],"\")-1)
but it will remove that string i need.
Please help.
Thanks.