Hi All,
I'm trying to disply the last part of a hyperlink using the expression builder in access 2010 textbox.
eg.
#\\abc.org.uk\Root\OurSrevice\OurTeam\Peter\Dump\MyDoc.doc#
#\\abc.org.uk\OurSrevice\Team2\Folder2\YetAnotherFlder\Dump\View\MyOtherDoc.doc#
In the first example I want to display MyDoc.doc
In the second example I want to display MyOtherDoc.doc
I suspect I'll need to use the RIGHT and INSTR functions but dont know where to begin.
Any help would be appreciated